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