[Add] MamoGiftCustom 1.0.7
[CocoaPods.git] / Specs / 0 / b / d / AMKCategories / 0.1.3 / AMKCategories.podspec.json
blob2f2122d6aa5343d2a21f47650ba0b1a4158fe11b
2   "name": "AMKCategories",
3   "version": "0.1.3",
4   "summary": "Summary of AMKCategories.",
5   "description": "A description of AMKCategories.",
6   "homepage": "https://github.com/AndyM129/AMKCategories",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Andy Meng": "andy_m129@163.com"
13   },
14   "source": {
15     "git": "https://github.com/AndyM129/AMKCategories.git",
16     "tag": "0.1.3"
17   },
18   "social_media_url": "http://www.jianshu.com/u/28d89b68984b",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "default_subspecs": "DefaultSubspec",
24   "subspecs": [
25     {
26       "name": "DefaultSubspec",
27       "dependencies": {
28         "AMKCategories/UIKit": [
30         ],
31         "AMKCategories/Foundation": [
33         ]
34       }
35     },
36     {
37       "name": "UIKit",
38       "subspecs": [
39         {
40           "name": "UIView",
41           "subspecs": [
42             {
43               "name": "Interactions",
44               "source_files": "AMKCategories/Classes/UIKit/UIView/Interactions/*.{h,m}",
45               "dependencies": {
46                 "AMKCategories/Foundation/NSObject/MethodSwizzling": [
48                 ]
49               }
50             }
51           ]
52         },
53         {
54           "name": "UIViewController",
55           "subspecs": [
56             {
57               "name": "NavigationControllerWithCallback",
58               "source_files": "AMKCategories/Classes/UIKit/UIViewController/NavigationControllerWithCallback/*.{h,m}",
59               "public_header_files": "AMKCategories/Classes/UIKit/UIViewController/NavigationControllerWithCallback/*.h",
60               "dependencies": {
61                 "AMKCategories/UIKit/UIViewController/NavigationController": [
63                 ],
64                 "AMKCategories/UIKit/UIViewController/LifeCircleBlock": [
66                 ]
67               }
68             },
69             {
70               "name": "NavigationController",
71               "source_files": "AMKCategories/Classes/UIKit/UIViewController/NavigationController/*.{h,m}",
72               "public_header_files": "AMKCategories/Classes/UIKit/UIViewController/NavigationController/*.h",
73               "dependencies": {
74                 "AMKCategories/Foundation/NSObject/MethodSwizzling": [
76                 ]
77               }
78             },
79             {
80               "name": "LifeCircleBlock",
81               "source_files": "AMKCategories/Classes/UIKit/UIViewController/LifeCircleBlock/*.{h,m}",
82               "public_header_files": "AMKCategories/Classes/UIKit/UIViewController/LifeCircleBlock/*.h",
83               "dependencies": {
84                 "AMKCategories/Foundation/NSObject/MethodSwizzling": [
86                 ]
87               }
88             }
89           ]
90         }
91       ]
92     },
93     {
94       "name": "Foundation",
95       "subspecs": [
96         {
97           "name": "NSBundle",
98           "subspecs": [
99             {
100               "name": "GitCommitInfo",
101               "source_files": "AMKCategories/Classes/Foundation/NSBundle/GitCommitInfo/*.{h,m}",
102               "public_header_files": "AMKCategories/Classes/Foundation/NSBundle/GitCommitInfo/*.h"
103             },
104             {
105               "name": "VersionInfo",
106               "source_files": "AMKCategories/Classes/Foundation/NSBundle/AppVersionInfo/*.{h,m}",
107               "public_header_files": "AMKCategories/Classes/Foundation/NSBundle/AppVersionInfo/*.h"
108             },
109             {
110               "name": "BundleInfo",
111               "source_files": "AMKCategories/Classes/Foundation/NSBundle/BundleInfo/*.{h,m}",
112               "public_header_files": "AMKCategories/Classes/Foundation/NSBundle/BundleInfo/*.h"
113             }
114           ]
115         },
116         {
117           "name": "NSDictionary",
118           "subspecs": [
119             {
120               "name": "ObjectForKey",
121               "source_files": "AMKCategories/Classes/Foundation/NSDictionary/ObjectForKey/*.{h,m}",
122               "public_header_files": "AMKCategories/Classes/Foundation/NSDictionary/ObjectForKey/*.h"
123             }
124           ]
125         },
126         {
127           "name": "NSObject",
128           "subspecs": [
129             {
130               "name": "LocaleDescription",
131               "source_files": "AMKCategories/Classes/Foundation/NSObject/LocaleDescription/*.{h,m}",
132               "public_header_files": "AMKCategories/Classes/Foundation/NSObject/LocaleDescription/*.h"
133             },
134             {
135               "name": "MethodSwizzling",
136               "source_files": "AMKCategories/Classes/Foundation/NSObject/MethodSwizzling/*.{h,m}",
137               "public_header_files": "AMKCategories/Classes/Foundation/NSObject/MethodSwizzling/*.h"
138             }
139           ]
140         }
141       ]
142     }
143   ]