[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / a / d / 2 / AHGCollection / 0.2.0 / AHGCollection.podspec.json
blob9b1a181bdef55c615a6d36828960948ef9908ccb
2   "name": "AHGCollection",
3   "version": "0.2.0",
4   "summary": "We put the 'fun' back in functional programming with Cocoa collections",
5   "description": "                   # Purpose #\n                   \n                   AHGCollection provides useful methods for working with the Foundation collections. It is inspired by functional programming patterns, underscore.js, and the collection APIs from Scala. Common operations like \"map\", \"filter\", \"reduce\" are supported, and some unusual ones such as \"flatMap\". It uses lazy evaluation, avoiding the creation of lots of temporary collections and objects where possible.\n",
6   "homepage": "https://github.com/newyankeecodeshop/AHGCollection",
7   "license": "MIT",
8   "authors": {
9     "Andrew Goodale": "andrewhgoodale@gmail.com"
10   },
11   "social_media_url": "https://twitter.com/andrewg95",
12   "source": {
13     "git": "https://github.com/newyankeecodeshop/AHGCollection.git",
14     "tag": "0.2.0"
15   },
16   "source_files": "Classes/*.{h,m}",
17   "requires_arc": true