blob: 0d288f423435e96f5602bca771a169f1977587ba [file] [log] [blame]
{
"name": "MDKit",
"version": "1.0.0",
"summary": "A collection of common functionality used for iOS development by Six Sided Studio.",
"description": " A collection of common functionality used for iOS development by Six Sided Studio. Includes classes for video playing, and ALAssets.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "https://github.com/sixsidedstudio/MDKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matthew Dicembrino": "matt@sixsidedstudio.com"
},
"social_media_url": "http://twitter.com/sixsidedstudio",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/sixsidedstudio/MDKit.git",
"tag": "1.0.0"
},
"source_files": [
"MDKit",
"MDKit/**/*.{h,m}"
],
"exclude_files": "MDKit/Exclude",
"resources": "MDKit/MDLoadingCell.xib",
"frameworks": [
"AssetsLibrary",
"CoreData"
],
"requires_arc": true,
"xcconfig": {
"OTHER_LINKER_FLAGS": "-ObjC"
}
}