[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / d / 1 / 5 / Collection / 1.2.0 / Collection.podspec.json
blobf2cdcbf07eb3162e540ae0878e7f03fb3f2f50e3
2   "name": "Collection",
3   "version": "1.2.0",
4   "summary": "Laravel collection like inspired NSArray category",
5   "license": "MIT",
6   "platforms": {
7     "ios": "6.0"
8   },
9   "source": {
10     "git": "https://github.com/BadChoice/Collection.git",
11     "tag": "1.2.0"
12   },
13   "description": "Laravel collections are really useful and expressive, this is a NSArray category to emulate them",
14   "homepage": "https://github.com/BadChoice/Collection.git",
15   "authors": {
16     "Jordi PuigdellĂ­vol": "jordo@gloobus.net"
17   },
18   "source_files": [
19     "Collection/Categories/**/*"
20   ],
21   "requires_arc": true