blob: f679a0defee0b63bf3ed3fa265ee12aa02b4afc7 [file] [log] [blame]
{
"name": "CLAMap2D",
"version": "1.0.0",
"summary": "CLAMap2D for iOS.",
"homepage": "https://github.com/CainLuo/CLAMap2D",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"CainLuo": "350116542@qq.com"
},
"source": {
"git": "https://github.com/CainLuo/CLAMap2D.git",
"tag": "1.0.0"
},
"source_files": [
"CLAMap2D",
"CLAMap2D/**/*.{h,m}"
],
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"static_framework": true,
"dependencies": {
"CLUIKit": [
],
"AMap2DMap": [
]
}
}