blob: ff2e80e36fb2553954d118b3921d717e466022a5 [file] [log] [blame]
{
"name": "JLeeTools",
"version": "0.2.4",
"summary": "differentiate package",
"description": "A demo for test now, and it will be convenient to develope iOS Apps by obj-c",
"homepage": "https://github.com/lijie28/JLeeTools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lijie9228@hotmail.com": "lijie9228@hotmail.com"
},
"source": {
"git": "https://github.com/lijie28/JLeeTools.git",
"tag": "0.2.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "JLeeTools/Classes/*",
"subspecs": [
{
"name": "NetWork",
"source_files": "JLeeTools/Classes/NetWork/**/*",
"public_header_files": "JLeeTools/Classes/NetWork/**/*.h",
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
}
},
{
"name": "JLeeCategory",
"source_files": "JLeeTools/Classes/JLeeCategory/**/*",
"public_header_files": "JLeeTools/Classes/JLeeCategory/**/*.h"
}
]
}