[Add] CxjToasts 1.0.8
[CocoaPods.git] / Specs / 3 / 8 / 4 / _.m / 0.1.0 / _.m.podspec.json
blob11a9200e0253177cab4c7ff794b23b45f657866b
2   "name": "_.m",
3   "version": "0.1.0",
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.0"
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   }