blob: 13b0c3b19677d4178ec23bd287ccb95eea663109 [file] [log] [blame]
{
"name": "LinqToObjectiveC",
"version": "1.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": "1.1.0"
},
"license": {
"type": "MIT",
"file": "MIT-LICENSE.txt"
},
"source_files": "*.{h,m}",
"homepage": "https://github.com/ColinEberhardt/LinqToObjectiveC",
"requires_arc": false
}