blob: d65dc0c9fc89ae8dde30e9fb167ef2d2fb95d95e [file] [log] [blame]
{
"name": "BKMoneyKit",
"version": "0.0.4",
"summary": "iOS UI controls and formatters for entering money, credit card number and expiry date.",
"homepage": "https://github.com/bkook/BKMoneyKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Byungkook Jang",
"social_media_url": "http://twitter.com/bkook",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/bkook/BKMoneyKit.git",
"tag": "0.0.4"
},
"source_files": [
"BKMoneyKit",
"BKMoneyKit/**/*.{h,m}"
],
"resource_bundles": {
"BKMoneyKit": [
"BKMoneyKit/BKMoneyKit.bundle/*"
]
},
"requires_arc": true
}