[Add] BridgeKit 0.1.0
[CocoaPods.git] / Specs / 1 / c / e / ObjectiveSugar / 0.1.1 / ObjectiveSugar.podspec.json
blob9d26c601922bffd71054abda9e12e2eaa7b29522
2   "name": "ObjectiveSugar",
3   "version": "0.1.1",
4   "summary": "ObjectiveC additions for humans. Ruby style.",
5   "homepage": "https://github.com/mneorr/ObjectiveSugar",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Marin Usalj": "mneorr@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/mneorr/ObjectiveSugar.git",
15     "tag": "0.1.1"
16   },
17   "platforms": {
18     "ios": "5.0",
19     "osx": "10.7"
20   },
21   "source_files": [
22     "ObjectiveSugar.h",
23     "src/**/*.{h,m}"
24   ],
25   "requires_arc": false