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