-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathApptilaus.podspec
More file actions
executable file
·24 lines (19 loc) · 1.09 KB
/
Apptilaus.podspec
File metadata and controls
executable file
·24 lines (19 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Pod::Spec.new do |s|
s.name = "Apptilaus"
s.version = "1.0.5"
s.summary = "Subscription Analytics for Mobile Apps"
s.description = "Install Apptilaus SDK and analyse subscriptions from the App Store and other sources, manage your products and features delivery and process cross-platform purchases!"
s.homepage = "https://github.com/apptilaus/"
s.social_media_url = "https://facebook.com/apptilaus"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Apptilaus" => "ios-sdk@apptilaus.com" }
s.source = { :git => "https://github.com/apptilaus/ios_subscriptions_sdk.git", :tag => s.version.to_s }
s.ios.deployment_target = "9.0"
s.framework = "SystemConfiguration"
s.ios.weak_framework = "AdSupport", "iAd", "StoreKit"
s.requires_arc = true
s.swift_version = "4.2"
s.documentation_url = "https://apptilaus.com/docs"
s.source_files = "Sources/Apptilaus/*.{h,m,swift}"
s.exclude_files = "VERSION.md", "README.md", "Package.swift"
end