blob: 164e5d1ae4975bec6104fb6b32b5dcaf72673a64 [file] [log] [blame]
{
"name": "BLAMCurrencyPicker",
"version": "0.0.4",
"summary": "A Collection View based interface for selecting currency symbol.",
"description": "A Collection View based interface for selecting currency symbol and ISO code. Designed to be presented as a popover when, for example, user has to select a currency for an invoice.",
"homepage": "https://github.com/petetodd/BLAMCurrencyPicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Peter Todd": "peter@petertodd.com"
},
"source": {
"git": "https://github.com/petetodd/BLAMCurrencyPicker.git",
"tag": "0.0.4"
},
"social_media_url": "https://twitter.com/PeteTodd",
"platforms": {
"ios": "9.3"
},
"source_files": "BLAMCurrencyPicker/Classes/**/*.{swift}",
"resource_bundles": {
"BLAMCurrencyPicker": [
"BLAMCurrencyPicker/Classes/**/*.{storyboard,xib,xcdatamodeld}"
]
},
"frameworks": "CoreData"
}