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