blob: 04f9c7acdbd6d1aff52294533dcfe23208b9a6f9 [file] [log] [blame]
{
"name": "SwiftInAppPurchase",
"version": "1.0.0",
"summary": "A swift wrapper for iOS in app purchases.",
"description": "This CocoaPod provide the ability of in app purchase (IAP)",
"homepage": "https://github.com/rpzzzzzz/SwiftInAppPurchase",
"license": "Apache",
"authors": {
"Rawd": "suraphan.d@gmail.com"
},
"source": {
"git": "https://github.com/rpzzzzzz/SwiftInAppPurchase.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SwiftInAppPurchase": [
"Pod/Assets/*.png"
]
},
"frameworks": "StoreKit"
}