blob: 9eceab1118cf46ea483ca1f53bc2b1f179074bcf [file] [log] [blame]
{
"name": "AJKLib",
"version": "0.1.0",
"summary": "A short description of AJKLib.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/chenyulong1986/AJKLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chenxj": "chenyulong1986@163.com"
},
"source": {
"git": "/workspace/TestWk/AJKLib",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AJKLib/Classes/**/*.{h,m}",
"public_header_files": "AJKLib/Classes/**/*.h",
"frameworks": [
"UIKit",
"MapKit",
"CoreGraphics",
"Foundation",
"MobileCoreServices",
"Security",
"SystemConfiguration",
"XCTest"
],
"dependencies": {
"AFNetworking": [
]
}
}