blob: 1d9e8c10684df24be9e5774472e0fe5bcfbf7f19 [file] [log] [blame]
{
"name": "IAPAdapter",
"version": "1",
"license": "MIT",
"summary": "A wrapper for IAPManager that makes in app purchases testable and works in the simulator.",
"authors": {
"Stefan Kendall": "stefankendall@gmail.com"
},
"homepage": "https://github.com/stefankendall/IAPAdapter",
"source": {
"git": "https://github.com/stefankendall/IAPAdapter.git",
"tag": "1"
},
"source_files": "IAPAdapter",
"platforms": {
"ios": "7.0"
},
"dependencies": {
"IAPManager": [
"~> 0.2.2"
]
},
"requires_arc": false
}