blob: c906ea9b895e25f1e5b31256dc6ee1b8cfc5a1d5 [file] [log] [blame]
{
"name": "imui",
"version": "0.0.5",
"summary": "An messages UI library for iOS.",
"homepage": "http://jiguang.cn",
"license": "MIT",
"platforms": {
"ios": "8.0"
},
"authors": "jpush",
"source": {
"git": "https://github.com/huangminlinux/aurora-imui.git",
"tag": "0.1.4"
},
"source_files": [
"iOS/IMUI/*.{swift,h}",
"iOS/IMUI/**/*.{swift,h}"
],
"resources": [
"iOS/IMUI/Assets/IMUIAssets.bundle",
"iOS/IMUI/**/*.{xib}",
"iOS/IMUI/**/**/*.{xib}"
],
"frameworks": [
"QuartzCore",
"CoreGraphics",
"CoreLocation",
"MapKit",
"AVFoundation"
],
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}