blob: c9cf9395803fed767532c9e4ec829e32e649fd6a [file] [log] [blame]
{
"name": "OpinionatedC",
"version": "0.1.1",
"summary": "Because Objective-C should have inherited more from Smalltalk",
"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",
"homepage": "https://github.com/leoschweizer/OpinionatedC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Leo Schweizer": "leonhard.schweizer@gmail.com"
},
"source": {
"git": "https://github.com/leoschweizer/OpinionatedC.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "4.0",
"osx": "10.6"
},
"requires_arc": true,
"source_files": [
"Lib",
"Lib/**/*.{h,m}"
]
}