blob: 9efd7f3e72dbbbdafcf7fa882801e83b1f3adc5a [file] [log] [blame]
{
"name": "CLUIKit",
"version": "2.2.1",
"summary": "CLUIKit for iOS",
"homepage": "https://github.com/CainLuo/CLUIKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"CainLuo": "350116542@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/CainLuo/CLUIKit.git",
"tag": "2.2.1"
},
"source_files": [
"CLUIKit",
"CLUIKit/**/*.{h,m}"
],
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"MJRefresh": [
],
"CLFoundation": [
],
"Masonry": [
]
},
"subspecs": [
{
"name": "AMap3DMap",
"source_files": "CLAMap3D/**/*.{h,m}",
"dependencies": {
"AMap3DMap": [
]
}
},
{
"name": "GoogleMap",
"source_files": "CLGoogleMap/**/*.{h,m}",
"dependencies": {
"GoogleMaps": [
]
}
}
]
}