[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / c / e / ObjectiveSugar / 0.9 / ObjectiveSugar.podspec.json
blobaeb18510a8bef37f76e706299bda667fbc28813e
2   "name": "ObjectiveSugar",
3   "version": "0.9",
4   "summary": "Objective C additions for humans. Write ObjC _like a boss_.",
5   "description": "-map, -each, -select, unless(true){}, -includes, -upto, -downto, and many more!",
6   "homepage": "https://github.com/mneorr/ObjectiveSugar",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Marin Usalj": "mneorr@gmail.com",
13     "Neil Cowburn": "git@neilcowburn.com"
14   },
15   "source": {
16     "git": "https://github.com/mneorr/ObjectiveSugar.git",
17     "tag": "0.9"
18   },
19   "platforms": {
20     "ios": "4.0",
21     "osx": "10.6"
22   },
23   "source_files": [
24     "Classes",
25     "Classes/**/*.{h,m}"
26   ],
27   "requires_arc": false