blob: 01fe1e7cd33d14025670d7e2b26b8b8c0f52f4cf [file] [log] [blame]
{
"name": "NTLocationSelect",
"version": "1.1",
"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.1"
},
"source_files": "NTLocationSelectView/locationSelectView/**/*.{h,m}",
"resources": "NTLocationSelectView/locationSelectView/**/NTLocation.bundle",
"frameworks": "UIKit",
"libraries": "sqlite3",
"dependencies": {
"FMDB": [
],
"Masonry": [
]
},
"requires_arc": true
}