[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / c / 0 / 9 / RYJToolKit / 0.3.1 / RYJToolKit.podspec.json
blobaf8b18a121fd7cf84c490e2fc66f2919ddb43119
2   "name": "RYJToolKit",
3   "version": "0.3.1",
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.1"
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     {
47       "name": "RYJToolCategory",
48       "subspecs": [
49         {
50           "name": "Foundation",
51           "source_files": "RYJToolKit/Classes/RYJToolCategory/Foundation/NSArray+RYJTool.{h,m}"
52         },
53         {
54           "name": "UIKit",
55           "source_files": "RYJToolKit/Classes/RYJToolCategory/UIKit/UIImage+RYJTool.{h,m}"
56         }
57       ]
58     }
59   ]