[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 1 / 5 / Collection / 1.10.13 / Collection.podspec.json
blob2897074da04f54ad4937d766fb358020d4c2d906
2   "name": "Collection",
3   "version": "1.10.13",
4   "summary": "Laravel collection like inspired NSArray category",
5   "license": "MIT",
6   "platforms": {
7     "ios": "7.0"
8   },
9   "source": {
10     "git": "https://github.com/BadChoice/Collection.git",
11     "tag": "1.10.13"
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