blob: b4aa38dacae79a4d3c617124df1049ea9d6c8525 [file] [log] [blame]
{
"name": "SimpleStoreUI",
"version": "2.0.0",
"summary": "A table view based view controller to show in app purchase items and functionality quickly.",
"description": "A table view based view controller to show in app purchase items and functionality quickly within app based on SwiftStoreKit library..",
"homepage": "https://github.com/mahmudahsan/SimpleStoreUI",
"screenshots": "https://github.com/mahmudahsan/SimpleStoreUI/raw/master/preview.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mahmud Ahsan": "mahmud@thinkdiff.net"
},
"social_media_url": "http://twitter.com/mahmudahsan",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/mahmudahsan/SimpleStoreUI.git",
"tag": "2.0.0"
},
"source_files": "SimpleStore/Sources/**/*.{swift}",
"resources": [
"SimpleStore/Sources/**/*.{xib}"
],
"frameworks": "Foundation",
"dependencies": {
"MBProgressHUD": [
],
"SwiftyStoreKit": [
]
}
}