blob: 09941f1bf1bb2db4ead3ca993e0befb9135799bc [file] [log] [blame]
{
"name": "MXKit",
"version": "4.0.0",
"summary": "A bundle of categories of CocoaTouch.",
"description": "The first stable version of MXKit, a bundle of categories of CocoaTouch.",
"homepage": "https://github.com/Meniny/MXKit-in-Objective-C",
"license": "MIT",
"authors": "Elias Abel",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Meniny/MXKit-in-Objective-C.git",
"tag": "4.0.0"
},
"source_files": "MXKit/**/*.{h,m}",
"resources": "MXKit/MXFoundationPlus/NSDate/DateTools.bundle",
"frameworks": [
"Foundation",
"UIKit",
"CoreLocation",
"CoreTelephony",
"CoreGraphics",
"MobileCoreServices"
],
"requires_arc": true,
"deprecated": true
}