[Add] TiendeoCore 0.0.3-beta1
[CocoaPods.git] / Specs / 8 / a / 5 / BlocksKit / 1.0.6 / BlocksKit.podspec.json
blob057603952f38cb8693700cddddb41a30298e9fdf
2   "name": "BlocksKit",
3   "version": "1.0.6",
4   "summary": "The Objective-C block utilities you always wish you had.",
5   "homepage": "https://github.com/zwaldowski/BlocksKit",
6   "authors": {
7     "Zachary Waldowski": "zach@waldowski.me",
8     "Alexsander Akers": "a2@pnd.mn"
9   },
10   "license": {
11     "type": "MIT"
12   },
13   "source": {
14     "git": "https://github.com/zwaldowski/BlocksKit.git",
15     "tag": "v1.0.6"
16   },
17   "ios": {
18     "frameworks": "MessageUI",
19     "source_files": [
20       "BlocksKit/*.{h,m}",
21       "BlocksKit/UIKit/*.{h,m}",
22       "BlocksKit/MessageUI/*.{h,m}"
23     ]
24   },
25   "osx": {
26     "source_files": "BlocksKit/*.{h,m}"
27   },
28   "dependencies": {
29     "A2DynamicDelegate": [
31     ]
32   },
33   "requires_arc": false