blob: 89d54c37755ee634ec474478f418dfd9267b9e0f [file] [log] [blame]
{
"name": "Apptilaus",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": "9.0"
},
"frameworks": "SystemConfiguration",
"ios": {
"weak_frameworks": [
"AdSupport",
"iAd",
"StoreKit"
]
},
"requires_arc": true,
"swift_version": "3.2",
"documentation_url": "https://apptilaus.com/docs",
"source_files": "Sources/Apptilaus/*.{h,m,swift}",
"exclude_files": [
"VERSION.md",
"README.md",
"Package.swift"
]
}