[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / c / 9 / NSUnderscore / 0.1.0 / NSUnderscore.podspec.json
blob6b294fdb2ff8656d0cfdd2a952a980d3e223c353
2   "name": "NSUnderscore",
3   "version": "0.1.0",
4   "summary": "NSUnderscore is a re-implementation of the key helper functions available in Underscore.js.",
5   "description": "NSUnderscore is a set of categories added to NSArray, NSDictionary, and NSSet. This project is an attempt to bring some of the useful functionality found in Underscore.js to the world of iOS programming. Not every single function has been ported over, as some functions are already implemented on the collection objects.",
6   "homepage": "https://github.com/rgerard/NSUnderscore",
7   "license": "MIT",
8   "authors": {
9     "rgerard": "ryan.gerard@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/rgerard/NSUnderscore.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/dreadpirateryan",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "NSUnderscore/**/*"