[Add] Dalila 1.0.35
[CocoaPods.git] / Specs / 3 / 1 / e / SCategoryKit / 1.0.0 / SCategoryKit.podspec.json
bloba2d11d2083cbfb6b8bc404859fe400a29fb4679f
2   "name": "SCategoryKit",
3   "version": "1.0.0",
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.0"
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     }
36   ]