[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / f / 9 / d / Annex / 1.0 / Annex.podspec.json
blob096ddf58f12a0b17e5be8d9e2ab453f28ac195a4
2   "name": "Annex",
3   "version": "1.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": "6.0"
12   },
13   "source": {
14     "git": "https://github.com/wess/Annex.git",
15     "tag": "1.0"
16   },
17   "source_files": "Annex/*.{h,m}",
18   "requires_arc": true,
19   "frameworks": [
20     "Foundation",
21     "UIKit",
22     "QuartzCore",
23     "Security"
24   ]