blob: 265b45d857897ade873f0df7a46e9f358442d066 [file] [log] [blame]
{
"name": "YJLocationPicker",
"version": "0.0.1",
"summary": "一行代码实现省市区三级地区选择功能",
"homepage": "https://github.com/liuyongjiesail/YJLocationPicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"刘永杰": "liuyongjiesail@icloud.com"
},
"social_media_url": "http://blog.csdn.net/yj_sail?viewmode=list",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/liuyongjiesail/YJLocationPicker.git",
"tag": "0.0.1"
},
"source_files": [
"YJLocationPicker",
"**/*.{h,m}"
],
"public_header_files": "YJLocationPicker/**/*.h",
"requires_arc": true,
"dependencies": {
"Masonry": [
"~> 1.0.1"
]
}
}