blob: 1f11405b1c4b8be1a67cdac71da967854ae01d5d [file] [log] [blame]
{
"name": "LINQ4Obj-C",
"version": "1.0.0",
"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.0.0"
},
"source_files": "LINQ/Source/**/*.{h,m}",
"requires_arc": true
}