blob: 4866aaa2ec0da88b0ecd60b4a5066e0dab8f4e27 [file] [log] [blame]
{
"name": "LCKit",
"version": "1.0.4",
"summary": "Common methods for iOS.",
"description": "It is common methods used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/cnzlh/LCKit",
"license": "MIT",
"authors": {
"linhua": "cnzlh@163.com"
},
"source": {
"git": "https://github.com/cnzlh/LCKit.git",
"tag": "1.0.4"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"default_subspecs": "CommonTools",
"frameworks": [
"UIKit",
"MapKit",
"Foundation",
"CoreGraphics"
],
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
},
"subspecs": [
{
"name": "CommonTools",
"source_files": "Pod/Classes/CommonTools/**/*",
"public_header_files": "Pod/Classes/CommonTools/**/*.h"
}
]
}