blob: 35ed6624f21adb60fb0dd47172e5ea0a8f804e51 [file] [log] [blame]
{
"name": "MKFoundationKit",
"version": "0.4.2",
"summary": "Collection of categories for NSFoundation classes to accelerate development.",
"homepage": "https://github.com/michalkonturek/MKFoundationKit",
"license": "MIT",
"authors": {
"Michal Konturek": "michal.konturek@gmail.com"
},
"platforms": {
"ios": "6.1"
},
"source": {
"git": "https://github.com/michalkonturek/MKFoundationKit.git",
"tag": "0.4.2"
},
"source_files": "MKFoundationKit/Source/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"LINQ4Obj-C": [
">= 1.0.2"
]
}
}