blob: 3a8701092c8433e31422b1c298ee8b650a8b730d [file] [log] [blame]
{
"name": "EasyIAPs",
"version": "0.1.3",
"platforms": {
"ios": "9.0"
},
"license": "MIT",
"summary": "Helping you to manage your In App Purchases easily.",
"homepage": "https://github.com/alvinvarghese/EasyIAPs",
"authors": {
"Alvin Varghese": "alvinvarghese@live.com"
},
"source": {
"git": "https://github.com/alvinvarghese/EasyIAPs.git",
"tag": "0.1.3"
},
"description": "This library provides a an easy way to manage In App Purchases in your iOS app",
"frameworks": [
"UIKit",
"Foundation",
"StoreKit",
"QuartzCore"
],
"social_media_url": "https://twitter.com/aalvinv",
"source_files": "EasyIAPs/**/*.{swift}",
"dependencies": {
"SVProgressHUD": [
]
}
}