blob: ed8fbcc7b6a585cde59a7819788f7e366cf9aaa2 [file] [log] [blame]
{
"name": "SimpleInAppPurchaseKit",
"version": "0.1.1",
"summary": "SimpleInAppPurchaseKit is a open source kit to help you to integrate inapps to your project easily and in no time",
"description": "SimpleInAppPurchaseKit to buy and restore apple in app purchases easily, so just add this pods to your project and start using it in a seconds, you can do buy,get price and restore actions",
"homepage": "https://github.com/mfa01/SimpleInAppPurchaseKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MAbed": "mfa01@yahoo.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/mfa01/SimpleInAppPurchaseKit.git",
"tag": "0.1.1"
},
"source_files": "Classes/*.{h,m}",
"frameworks": "StoreKit",
"requires_arc": true,
"resources": [
"Assets/*.png",
"Assets/*.plist"
]
}