blob: bb6d3be8eb18333f72ad1ba0e13e0d4029b2c097 [file] [log] [blame]
{
"name": "CallingPidgeon",
"version": "0.0.1",
"summary": "Small library to present a list of country calling codes.",
"description": " A list of known country codes reference along with a simple picker view. \n",
"homepage": "https://github.com/micap/CallingPidgeon",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"micap": "micap.huynh@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/micap/CallingPidgeon.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"public_header_files": "Classes/**/*.h",
"resources": "Assets/*.{json,png,jpg,plist}",
"requires_arc": true
}