-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBLPurchaseInApp.podspec
39 lines (20 loc) · 1.12 KB
/
BLPurchaseInApp.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# These will help people to find your library, and whilst it
# can feel like a chore to fill in it's definitely to your advantage. The
# summary should be tweet-length, and the description more in depth.
#
s.name = "BLPurchaseInApp"
s.version = "1.0.0"
s.summary = "我做这个内购,让大家方便"
s.description = "这是内购非常好的用法,不知道你会不会用,此处略去1000000000字。"
s.homepage = "https://github.com/Balopy/BLPurchaseInApp"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Balopy" => "[email protected]" }
# s.platform = :ios
# s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/Balopy/BLPurchaseInApp.git", :tag => "#{s.version}" }
s.source_files = "Test/PurchaseInApp/*.{h,m}"
# s.frameworks = "StoreKit", "Foundation", "UIKit"
end