blob: 079725aa2a279d9ff0e8d361321e137e8539fc7e [file] [log] [blame]
{
"name": "LinqToObjectiveC",
"version": "1.0.0",
"summary": "Brings a Linq-style fluent query API to Objective-C.",
"authors": {
"Colin Eberhardt": "colin.eberhardt@gmail.com"
},
"source": {
"git": "https://github.com/ColinEberhardt/LinqToObjectiveC.git",
"tag": "1.0.0"
},
"license": {
"type": "MIT",
"file": "MIT-LICENSE.txt"
},
"source_files": "*.{h,m}",
"homepage": "https://github.com/ColinEberhardt/LinqToObjectiveC",
"requires_arc": false
}