blob: e2ff0a03573b793d869335c9d251cc07b9afb109 [file] [log] [blame]
{
"name": "LINQ4Obj-C",
"version": "1.1.1",
"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": "6.1",
"osx": "10.7"
},
"source": {
"git": "https://github.com/michalkonturek/LINQ4Obj-C.git",
"tag": "1.1.1"
},
"source_files": "Source/**/*.{h,m}",
"requires_arc": true
}