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