[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 3 / 1 / e / SCategoryKit / 1.0.6 / SCategoryKit.podspec.json
blob1f4fea10590e920bc2e0cd55d6c2788a49860118
2   "name": "SCategoryKit",
3   "version": "1.0.6",
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.6"
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     {
53       "name": "Foundation",
54       "public_header_files": "SCategoryKit/Foundation/SFoundation.h",
55       "source_files": "SCategoryKit/Foundation/SFoundation.h",
56       "frameworks": "Foundation",
57       "subspecs": [
58         {
59           "name": "NSBundle",
60           "source_files": "SCategoryKit/Foundation/NSBundle/*.{h,m}"
61         }
62       ]
63     }
64   ]