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