[Delete] YLCategory-Swift-MacOS 1.0.3
[CocoaPods.git] / Specs / 3 / 8 / 4 / _.m / 0.1.1 / _.m.podspec.json
blob542ccb28b09680dbb659ee85a69524456b9d6986
2   "name": "_.m",
3   "version": "0.1.1",
4   "license": "MIT",
5   "summary": "_.m is a port of Underscore.js to Objective-C.",
6   "homepage": "http://kmalakoff.github.com/_.m/",
7   "authors": {
8     "Kevin Malakoff": "xmann.intl@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/kmalakoff/_.m.git",
12     "tag": "0.1.1"
13   },
14   "description": "_.m strives to provide a full Underscore.js feature set in Objective-C in a way that is familiar to JavaScript developers by using Subjective-Script.",
15   "source_files": "Lib/**/*.{h,m}",
16   "requires_arc": true,
17   "dependencies": {
18     "SubjectiveScript.m": [
20     ]
21   }