[Add] CXHAdSDK-TopOn 1.6.6.1
[CocoaPods.git] / Specs / 8 / a / 5 / BlocksKit / 2.2.5 / BlocksKit.podspec.json
blob2c9995936a50426688866f4adeb3a580026fe693
2   "name": "BlocksKit",
3   "version": "2.2.5",
4   "license": "MIT",
5   "summary": "The Objective-C block utilities you always wish you had.",
6   "homepage": "https://zwaldowski.github.io/BlocksKit",
7   "authors": {
8     "Zachary Waldowski": "zach@waldowski.me",
9     "Alexsander Akers": "a2@pnd.mn"
10   },
11   "source": {
12     "git": "https://github.com/zwaldowski/BlocksKit.git",
13     "tag": "v2.2.5"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "osx": "10.8",
18     "ios": "6.0"
19   },
20   "default_subspecs": "All",
21   "deprecated": true,
22   "subspecs": [
23     {
24       "name": "All",
25       "dependencies": {
26         "BlocksKit/Core": [
28         ],
29         "BlocksKit/DynamicDelegate": [
31         ]
32       },
33       "ios": {
34         "dependencies": {
35           "BlocksKit/MessageUI": [
37           ],
38           "BlocksKit/UIKit": [
40           ]
41         }
42       }
43     },
44     {
45       "name": "Core",
46       "source_files": [
47         "BlocksKit/BlocksKit.h",
48         "BlocksKit/Core/*.{h,m}"
49       ]
50     },
51     {
52       "name": "DynamicDelegate",
53       "source_files": [
54         "BlocksKit/DynamicDelegate/*.{h,m}",
55         "BlocksKit/DynamicDelegate/Foundation/*.{h,m}"
56       ]
57     },
58     {
59       "name": "MessageUI",
60       "dependencies": {
61         "BlocksKit/Core": [
63         ],
64         "BlocksKit/DynamicDelegate": [
66         ]
67       },
68       "platforms": {
69         "ios": "6.0"
70       },
71       "source_files": [
72         "BlocksKit/BlocksKit+MessageUI.h",
73         "BlocksKit/MessageUI/*.{h,m}"
74       ],
75       "ios": {
76         "frameworks": "MessageUI"
77       }
78     },
79     {
80       "name": "UIKit",
81       "dependencies": {
82         "BlocksKit/Core": [
84         ],
85         "BlocksKit/DynamicDelegate": [
87         ]
88       },
89       "platforms": {
90         "ios": "6.0"
91       },
92       "source_files": [
93         "BlocksKit/BlocksKit+UIKit.h",
94         "BlocksKit/UIKit/*.{h,m}"
95       ]
96     }
97   ]