blob: de8df3d69789d46db94947d340f56141ca9ff2fe [file] [log] [blame]
{
"name": "IM",
"version": "1.0.0",
"summary": "An iOS IM UI framework written in Swift.",
"description": "IM is an iOS IM UI framework written in Swift.",
"homepage": "https://github.com/Meniny/IM",
"license": "MIT",
"authors": {
"Meniny": "Meniny@qq.com"
},
"source": {
"git": "https://github.com/Meniny/IM.git",
"tag": "1.0.0"
},
"social_media_url": "http://meniny.cn/",
"platforms": {
"ios": "8.0"
},
"source_files": "IM/**/*.{h,m,swift}",
"public_header_files": "IM/**/*.{h}",
"resources": [
"IM/**/*.{xib}",
"IM/**/*.{bundle}"
],
"frameworks": [
"Foundation",
"UIKit",
"QuartzCore",
"CoreGraphics",
"CoreLocation",
"MapKit",
"MobileCoreServices",
"AVFoundation"
],
"dependencies": {
"CocoaHelper": [
],
"SystemSounds": [
]
},
"requires_arc": true,
"pushed_with_swift_version": "3.0",
"deprecated": true
}