[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 1 / 5 / Collection / 1.9.4 / Collection.podspec.json
blob19ef009c96db37d342f2641289961d49de0e3e3c
2   "name": "Collection",
3   "version": "1.9.4",
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.9.4"
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