[Add] OmiKit 1.8.2
[CocoaPods.git] / Specs / 8 / a / 5 / BlocksKit / 1.5.2 / BlocksKit.podspec.json
blobbd0519f6456bd8f66bed20a98f907fbe4438fc76
2   "name": "BlocksKit",
3   "version": "1.5.2",
4   "license": "MIT",
5   "summary": "The Objective-C block utilities you always wish you had.",
6   "homepage": "https://github.com/zwaldowski/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": "v1.5.2"
14   },
15   "dependencies": {
16     "A2DynamicDelegate": [
18     ]
19   },
20   "osx": {
21     "source_files": "BlocksKit/*.{h,m}"
22   },
23   "ios": {
24     "frameworks": "MessageUI",
25     "source_files": [
26       "BlocksKit/*.{h,m}",
27       "BlocksKit/UIKit/*.{h,m}",
28       "BlocksKit/MessageUI/*.{h,m}"
29     ]
30   },
31   "requires_arc": false,
32   "deprecated": true,
33   "platforms": {
34     "osx": null,
35     "ios": null,
36     "tvos": null,
37     "watchos": null
38   }