blob: 24f6a4315d37ea02f157dfc1e374ec7d6150a6fd [file] [log] [blame]
{
"name": "LinqToObjectiveC",
"version": "2.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": "2.0.0"
},
"license": {
"type": "MIT",
"file": "MIT-LICENSE.txt"
},
"source_files": "*.{h,m}",
"homepage": "https://github.com/ColinEberhardt/LinqToObjectiveC",
"requires_arc": true
}