blob: dfd6e4920958c44569956592e00215b992d4349b [file] [log] [blame]
{
"name": "EVTPhoneAreaCodeViewController",
"version": "0.1.0",
"summary": "Phone Area Code Select View Controller for iOS",
"description": "Easy add Phone Area Code Select Feature to your iOS App.",
"homepage": "https://github.com/everettjf/EVTPhoneAreaCodeViewController",
"screenshots": [
"https://everettjf.github.io/stuff/areacode/areacode1.png",
"https://everettjf.github.io/stuff/areacode/areacode2.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"everettjf": "everettjf@live.com"
},
"source": {
"git": "https://github.com/everettjf/EVTPhoneAreaCodeViewController.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/everettjf",
"platforms": {
"ios": "7.0"
},
"source_files": "EVTPhoneAreaCodeViewController/Classes/**/*",
"resource_bundles": {
"EVTPhoneAreaCodeViewController": [
"EVTPhoneAreaCodeViewController/Assets/*.txt"
]
},
"dependencies": {
"Masonry": [
"~> 1.0"
]
}
}