[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / c / 0 / 9 / RYJToolKit / 0.3.0 / RYJToolKit.podspec.json
blob0e6d7ceb114ec666f8acbecf0e7d1a616cd5476b
2   "name": "RYJToolKit",
3   "version": "0.3.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Underlying tool component.",
9   "homepage": "https://github.com/developRen/RYJToolKit",
10   "authors": {
11     "developRen": "jie_ios@163.com"
12   },
13   "source": {
14     "git": "https://github.com/developRen/RYJToolKit.git",
15     "tag": "0.3.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "subspecs": [
21     {
22       "name": "RYJDate",
23       "source_files": "RYJToolKit/Classes/RYJDate/RYJDate.{h,m}"
24     },
25     {
26       "name": "RYJNetwork",
27       "source_files": "RYJToolKit/Classes/RYJNetwork/RYJReachability.{h,m}",
28       "dependencies": {
29         "RealReachability": [
31         ]
32       }
33     },
34     {
35       "name": "RYJPermission",
36       "source_files": "RYJToolKit/Classes/RYJPermission/RYJPermission.{h,m}"
37     },
38     {
39       "name": "RYJRouter",
40       "source_files": "RYJToolKit/Classes/RYJRouter/RYJRouter.{h,m}"
41     },
42     {
43       "name": "RYJTimer",
44       "source_files": "RYJToolKit/Classes/RYJTimer/RYJTimer.{h,m}"
45     }
46   ]