blob: b76477639218110dc7bf2b9a7e95a56d95f72dcb [file] [log] [blame]
{
"name": "ASBanker",
"version": "2.0.0",
"summary": "Simplifies adding In App Purchases to iOS applications.",
"homepage": "https://github.com/AwaraiStudios/ASBanker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ross Gibson": "ross@awarai.com"
},
"source": {
"git": "https://github.com/AwaraiStudios/ASBanker.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": [
"Source",
"ASBanker/**/*.{h,m}"
],
"frameworks": "StoreKit",
"requires_arc": true
}