blob: 2f9591b0db162bda433dd5d8f3a385ff1548a750 [file] [log] [blame]
{
"name": "LINQ4Obj-C",
"version": "0.9.2",
"summary": "Provides fluent interface of LINQ-style query to Objective-C.",
"homepage": "https://github.com/michalkonturek/LINQ4Obj-C",
"license": "MIT",
"authors": {
"Michal Konturek": "michal.konturek@gmail.com"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/michalkonturek/LINQ4Obj-C.git",
"tag": "0.9.2"
},
"source_files": "LINQ/Source/**/*.{h,m}",
"requires_arc": true
}