[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 3 / 1 / e / SCategoryKit / 1.0.4 / SCategoryKit.podspec.json
blob8fe594bb9d88b2be17de371a3efbcac25b0d11cf
2   "name": "SCategoryKit",
3   "version": "1.0.4",
4   "summary": "a collection of useful Objective-C Categories.",
5   "description": "a collection of useful Objective-C Categories extending iOS Frameworks.",
6   "homepage": "https://github.com/Cyrex/SCategoryKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Cyrex": "szwathub@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Cyrex/SCategoryKit.git",
16     "tag": "1.0.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "public_header_files": "SCategoryKit/SCategoryKit.h",
22   "source_files": "SCategoryKit/SCategoryKit.h",
23   "subspecs": [
24     {
25       "name": "UIKit",
26       "public_header_files": "SCategoryKit/UIKit/SUIKit.h",
27       "source_files": "SCategoryKit/UIKit/SUIKit.h",
28       "frameworks": "UIKit",
29       "subspecs": [
30         {
31           "name": "UIPageViewController",
32           "source_files": "SCategoryKit/UIKit/UIPageViewController/*.{h,m}"
33         },
34         {
35           "name": "UIImage",
36           "source_files": "SCategoryKit/UIKit/UIImage/*.{h,m}"
37         },
38         {
39           "name": "UIButton",
40           "source_files": "SCategoryKit/UIKit/UIButton/*.{h,m}"
41         },
42         {
43           "name": "UIColor",
44           "source_files": "SCategoryKit/UIKit/UIColor/*.{h,m}"
45         },
46         {
47           "name": "UIView",
48           "source_files": "SCategoryKit/UIKit/UIView/*.{h,m}"
49         }
50       ]
51     }
52   ]