[Add] ZegoUIKitSignalingPlugin 2.5.5
[CocoaPods.git] / Specs / f / 9 / d / Annex / 2.0 / Annex.podspec.json
blob0a70d2584791f92dccd6048a2326f0edc13635f1
2   "name": "Annex",
3   "version": "2.0",
4   "summary": "A small collection of categories and classes to make Objective-C more comfortable.",
5   "homepage": "http://github.com/wess/Annex",
6   "license": "MIT",
7   "authors": {
8     "Wess Cope": "wcope@me.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/wess/Annex.git",
15     "tag": "2.0"
16   },
17   "source_files": "Annex/*.{h,m}",
18   "requires_arc": true,
19   "frameworks": [
20     "Foundation",
21     "UIKit",
22     "QuartzCore",
23     "Security",
24     "Accelerate"
25   ]