blob: 88fb84c2df8d3cefa41096f2e86ccff357ed2f1e [file] [log] [blame]
{
"name": "RNStatePicker",
"version": "0.0.2",
"summary": "State picker table view controller for iOS 7+",
"description": "Table view controller with searchable list of states with completion block and dynamic fonts support.",
"license": "MIT",
"authors": {
"Rafael Nobre": "nobre84@gmail.com"
},
"homepage": "https://github.com/nobre84/RNStatePicker",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/nobre84/RNStatePicker.git",
"tag": "0.0.2"
},
"source_files": [
"StatePicker",
"StatePicker/**/*.{h,m}"
],
"resources": "StatePicker/*.{xcassets,plist}",
"preserve_paths": "StatePicker/StateFlags.xcassets/*",
"requires_arc": true
}