blob: 6b0c946f46890e48fbc05a762359da6079317678 [file] [log] [blame]
{
"name": "OpinionatedC",
"version": "0.1.3",
"summary": "Because Objective-C should have inherited more from Smalltalk",
"description": "OpinionatedC provides a number of categories that allow to write\nmore concise and readable code, inspired by Smalltalk.\nAt the moment, these are mostly collection methods like map:, \nreduce:, select:, reject:, each:, each:separatedBy:, anySatisfy:,\nallSatisfy:, and many more.\nTake a look at the GitHub repository for the complete list of additions.",
"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.3"
},
"platforms": {
"ios": "4.3",
"osx": "10.7"
},
"requires_arc": true,
"source_files": [
"Lib",
"Lib/**/*.{h,m}"
]
}