[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 8 / 4 / _.m / 0.1.2 / _.m.podspec.json
blobebd8c8fe62f5f51fea41eb10cefdfe70e344bbab
2   "name": "_.m",
3   "version": "0.1.2",
4   "summary": "_.m is a port of Underscore.jsto Objective-C.",
5   "description": "                    _.m is a port of [Underscore.js](http://underscorejs.org/) to Objective-C. It strives to provide the fullest feature set possible in a way that is familiar to JavaScript developers (despite the differences between JavaScript and Objective-C).\n\n                    To help achieve this vision, _.m uses [SubjectiveScript.m](https://github.com/kmalakoff/SubjectiveScript.m) to bring JavaScript-like syntax and features into Objective-C, and [QUnit.m](https://github.com/kmalakoff/QUnit.m) to port unit tests from JavaScript to Objective-C. You should check them out, too!\n\n                    Full documentation can be found on the [_.m Website](http://kmalakoff.github.com/_.m/)\n",
6   "homepage": "http://kmalakoff.github.com/_.m/",
7   "license": "MIT",
8   "authors": {
9     "Kevin Malakoff": "kmalakoff@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/kmalakoff/_.m.git",
13     "tag": "0.1.2"
14   },
15   "platforms": {
16     "ios": "5.0",
17     "osx": "10.7"
18   },
19   "requires_arc": true,
20   "source_files": "Classes",
21   "public_header_files": "Classes/**/*.h",
22   "dependencies": {
23     "SubjectiveScript.m": [
24       "~> 0.1.2"
25     ]
26   }