blob: a42f6790a37c9bdb444503e91ffe9167d8a42d62 [file] [log] [blame]
{
"name": "Apptilaus",
"version": "1.0.3",
"summary": "Subscription Analytics for Mobile Apps",
"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!",
"homepage": "https://github.com/apptilaus/",
"social_media_url": "https://facebook.com/apptilaus",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Apptilaus": "ios-sdk@apptilaus.com"
},
"source": {
"git": "https://github.com/apptilaus/ios_subscriptions_sdk.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "9.0"
},
"frameworks": "SystemConfiguration",
"ios": {
"weak_frameworks": [
"AdSupport",
"iAd",
"StoreKit"
]
},
"requires_arc": true,
"swift_versions": "4.2",
"documentation_url": "https://apptilaus.com/docs",
"source_files": "Sources/Apptilaus/*.{h,m,swift}",
"exclude_files": [
"VERSION.md",
"README.md",
"Package.swift"
],
"swift_version": "4.2"
}