blob: 305952681b2b42b20da5da47ba7bb5bb7ca305a6 [file] [log] [blame]
{
"name": "MXKit",
"version": "5.0.5",
"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": "5.0.5"
},
"source_files": "MXKit/**/*.{h,m}",
"resources": "MXKit/MXKit/MXFoundationPlus/NSDate/DateTools.bundle",
"frameworks": [
"Foundation",
"UIKit",
"CoreLocation",
"CoreTelephony",
"CoreGraphics",
"MobileCoreServices"
],
"requires_arc": true,
"deprecated": true
}