blob: a7fc1beec7ccb9088ce24a1f23e86083e162fad6 [file] [log] [blame]
{
"name": "NMInAppPurchase",
"version": "0.0.2",
"summary": "Manage In App Purchase with ease",
"description": "Manage In App Purchase with ease. Verify Receipt for Subscription",
"homepage": "https://github.com/NicolasMahe/NMInAppPurchase",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nicolas Mahé": "nicolas@mahe.me"
},
"source": {
"git": "https://github.com/NicolasMahe/NMInAppPurchase.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "NMInAppPurchase/**/*.swift",
"frameworks": [
"UIKit",
"StoreKit"
],
"dependencies": {
"SwiftyStoreKit": [
"~> 0.8.2"
],
"NMLocalize": [
]
},
"pushed_with_swift_version": "3.0"
}