[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 3 / d / JLeeTools / 0.2.4 / JLeeTools.podspec.json
blobff2e80e36fb2553954d118b3921d717e466022a5
2   "name": "JLeeTools",
3   "version": "0.2.4",
4   "summary": "differentiate package",
5   "description": "A demo for test now, and it will be convenient to develope iOS Apps by obj-c",
6   "homepage": "https://github.com/lijie28/JLeeTools",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lijie9228@hotmail.com": "lijie9228@hotmail.com"
13   },
14   "source": {
15     "git": "https://github.com/lijie28/JLeeTools.git",
16     "tag": "0.2.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "JLeeTools/Classes/*",
22   "subspecs": [
23     {
24       "name": "NetWork",
25       "source_files": "JLeeTools/Classes/NetWork/**/*",
26       "public_header_files": "JLeeTools/Classes/NetWork/**/*.h",
27       "dependencies": {
28         "AFNetworking": [
29           "~> 2.3"
30         ]
31       }
32     },
33     {
34       "name": "JLeeCategory",
35       "source_files": "JLeeTools/Classes/JLeeCategory/**/*",
36       "public_header_files": "JLeeTools/Classes/JLeeCategory/**/*.h"
37     }
38   ]