|
|
|
|
10
|
s.license = "MIT"
|
10
|
s.license = "MIT"
|
11
|
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
|
11
|
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
|
12
|
s.author = { "author" => "author@domain.cn" }
|
12
|
s.author = { "author" => "author@domain.cn" }
|
|
|
13
|
+ s.homepage = "https://github.com/author/RNThumbnail"
|
13
|
s.platform = :ios, "7.0"
|
14
|
s.platform = :ios, "7.0"
|
14
|
s.source = { :git => "https://github.com/author/RNThumbnail.git", :tag => "master" }
|
15
|
s.source = { :git => "https://github.com/author/RNThumbnail.git", :tag => "master" }
|
15
|
s.source_files = "RNThumbnail/**/*.{h,m}"
|
16
|
s.source_files = "RNThumbnail/**/*.{h,m}"
|
|
|
|
|
21
|
|
22
|
|
22
|
end
|
23
|
end
|
23
|
|
24
|
|
24
|
-
|
|
|
|
|
25
|
+
|