[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 1 / c / e / ObjectiveSugar / 1.1.0 / ObjectiveSugar.podspec.json
blob20e1caef8692393b78078119e6aed8fc1198e025
2   "name": "ObjectiveSugar",
3   "version": "1.1.0",
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": "1.1.0"
18   },
19   "platforms": {
20     "ios": "4.0",
21     "osx": "10.6"
22   },
23   "requires_arc": true,
24   "source_files": [
25     "Classes",
26     "Classes/**/*.{h,m}"
27   ]