blob: a2aaaadf6678575c379266b0ff80480865cca943 [file] [log] [blame]
{
"name": "LinqToObjectiveC",
"version": "2.1.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.1.0"
},
"license": {
"type": "MIT",
"file": "MIT-LICENSE.txt"
},
"source_files": "*.{h,m}",
"homepage": "https://github.com/ColinEberhardt/LinqToObjectiveC",
"requires_arc": true,
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}