[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 6 / 3 / 7 / OCTotallyLazy / 1.0.0 / OCTotallyLazy.podspec.json
blobef1ddd7eff8debbff45e047c0a6926aaf3385e3d
2   "name": "OCTotallyLazy",
3   "version": "1.0.0",
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     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source_files": "src/main/**/*.{h,m}",
19   "requires_arc": true