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