[Add] RegulaCommonNightly 7.5.938
[CocoaPods.git] / Specs / 5 / 3 / e / CCSugar / 1.2.3 / CCSugar.podspec.json
blob9507a87d1b1386e75d042787e68dbe0e9585ca7d
2   "name": "CCSugar",
3   "version": "1.2.3",
4   "summary": "A set of functional additions for Foundation you wish you'd had in the first place. 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/ccworld1000/CCSugar",
7   "screenshots": [
8     "https://raw.githubusercontent.com/ccworld1000/CCSugar/master/Screenshots/iPhoneDemo.gif",
9     "https://raw.githubusercontent.com/ccworld1000/CCSugar/master/Screenshots/osxDemo.gif"
10   ],
11   "license": "MIT",
12   "authors": {
13     "Marin Usalj": "marin2211@gmail.com",
14     "Neil Cowburn": "git@neilcowburn.com",
15     "cc": "ccworld1000@gmail.com"
16   },
17   "social_media_url": "https://github.com/ccworld1000",
18   "platforms": {
19     "ios": "6.0",
20     "osx": "10.7"
21   },
22   "source": {
23     "git": "https://github.com/ccworld1000/CCSugar.git",
24     "tag": "1.2.3"
25   },
26   "source_files": "CCSugar/*.{h,m}",
27   "exclude_files": "Classes/Exclude",
28   "requires_arc": true