[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / 3 / 7 / OCTotallyLazy / 0.0.1 / OCTotallyLazy.podspec.json
blob5e9cb4f4dd91ceddd501c5e5c1db06486580fe5f
2   "name": "OCTotallyLazy",
3   "version": "0.0.1",
4   "summary": "Functional extensions to Objective C's collections.",
5   "description": "                    OCTotallyLazy is a framework that adds functional behaviour to \n                    Objective C collection objects, as well as a lazy collection \n                    object called Sequence. It's a partial port of Java's \n                    [TotallyLazy](http://code.google.com/p/totallylazy/).\n",
6   "homepage": "https://github.com/stuartervine/OCTotallyLazy",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Stuart Ervine": "spervine@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/stuartervine/OCTotallyLazy.git",
13     "commit": "139e91966e31b266b9da74d9315a099003d8251e"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source_files": "src/main/**/*.{h,m}",
19   "requires_arc": true