blob: 7cdc85a82fff1ccbb0d2ce6ef2611d5ad3556cfe [file] [log] [blame]
{
"name": "LCKit",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"MapKit",
"Foundation",
"CoreGraphics"
],
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
},
"subspecs": [
{
"name": "CommonTools",
"source_files": "Pod/Classes/CommonTools/**/*",
"public_header_files": "Pod/Classes/CommonTools/**/*.h"
}
]
}