[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / d / 1 / 5 / Collection / 1.10.18 / Collection.podspec.json
blobbc72f982eee51cf73cc9a71fd68e5cc957e2ac2c
2   "name": "Collection",
3   "version": "1.10.18",
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.18"
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