blob: 9593ffaca4f4301b85f641139f347a60761181ca [file] [log] [blame]
{
"name": "RSStoreKit",
"version": "0.0.2",
"summary": "RSStoreKit provides an easy a way to implement IAPs",
"homepage": "https://github.com/raostudios/RSStoreKit",
"license": "MIT",
"authors": {
"Venkat S. Rao": "vrao423@gmail.com"
},
"source": {
"git": "https://github.com/raostudios/RSStoreKit.git",
"tag": "0.0.2"
},
"social_media_url": "https://twitter.com/venkatrao",
"dependencies": {
"RSInterfaceKit": [
]
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/*",
"resource_bundles": {
"RSStoreKit": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/*.h",
"frameworks": "StoreKit"
}