blob: e31d21f5a61b7d1b435837388ff42ea99ad773cf [file] [log] [blame]
{
"name": "NTLocationSelect",
"version": "1.0",
"summary": "NTLocationSelect is a shipping address selector.",
"homepage": "https://github.com/liying9213/NTLocationSelectView",
"license": "MIT",
"authors": {
"liying": "tiantian9213@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/liying9213/NTLocationSelectView.git",
"tag": "1.0"
},
"source_files": "NTLocationSelectView/locationSelectView/**/*.{h,m}",
"resources": "NTLocationSelectView/locationSelectView/**/NTLocation.bundle",
"frameworks": "UIKit",
"libraries": "sqlite3",
"dependencies": {
"FMDB": [
],
"Masonry": [
]
},
"requires_arc": true
}