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