[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 4 / d / b / OpinionatedC / 0.1.0 / OpinionatedC.podspec.json
blob9b34187844c7de38d733e2e2f95b9787f6c40ef1
2   "name": "OpinionatedC",
3   "version": "0.1.0",
4   "summary": "Because Objective-C should have inherited more from Smalltalk",
5   "description": "                     OpinionatedC provides a number of categories that allow to write\n                     more concise and readable code, inspired by Smalltalk.\n                     At the moment, these are mostly collection methods like map:, \n                     reduce:, select:, reject:, each:, each:separatedBy:, anySatisfy:,\n                     allSatisfy:, and many more.\n                     Take a look at the GitHub repository for the complete list of additions. \n",
6   "homepage": "https://github.com/leoschweizer/OpinionatedC",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Leo Schweizer": "leonhard.schweizer@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/leoschweizer/OpinionatedC.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "4.0",
20     "osx": "10.6"
21   },
22   "requires_arc": true,
23   "source_files": [
24     "Lib",
25     "Lib/**/*.{h,m}"
26   ]