[Add] TiendeoCore 0.0.3-beta1
[CocoaPods.git] / Specs / 8 / a / 5 / BlocksKit / 2.2.5 / BlocksKit.podspec.json
blobb0edadadda9324f8f91403028f2bb87f53e7e0a4
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   "subspecs": [
22     {
23       "name": "All",
24       "dependencies": {
25         "BlocksKit/Core": [
27         ],
28         "BlocksKit/DynamicDelegate": [
30         ]
31       },
32       "ios": {
33         "dependencies": {
34           "BlocksKit/MessageUI": [
36           ],
37           "BlocksKit/UIKit": [
39           ]
40         }
41       }
42     },
43     {
44       "name": "Core",
45       "source_files": [
46         "BlocksKit/BlocksKit.h",
47         "BlocksKit/Core/*.{h,m}"
48       ]
49     },
50     {
51       "name": "DynamicDelegate",
52       "source_files": [
53         "BlocksKit/DynamicDelegate/*.{h,m}",
54         "BlocksKit/DynamicDelegate/Foundation/*.{h,m}"
55       ]
56     },
57     {
58       "name": "MessageUI",
59       "dependencies": {
60         "BlocksKit/Core": [
62         ],
63         "BlocksKit/DynamicDelegate": [
65         ]
66       },
67       "platforms": {
68         "ios": null
69       },
70       "source_files": [
71         "BlocksKit/BlocksKit+MessageUI.h",
72         "BlocksKit/MessageUI/*.{h,m}"
73       ],
74       "ios": {
75         "frameworks": "MessageUI"
76       }
77     },
78     {
79       "name": "UIKit",
80       "dependencies": {
81         "BlocksKit/Core": [
83         ],
84         "BlocksKit/DynamicDelegate": [
86         ]
87       },
88       "platforms": {
89         "ios": null
90       },
91       "source_files": [
92         "BlocksKit/BlocksKit+UIKit.h",
93         "BlocksKit/UIKit/*.{h,m}"
94       ]
95     }
96   ]