blob: 6f98e6868b8ac1aa5232544a43fc537dda56efaa [file] [log] [blame]
{
"name": "flappyim",
"version": "0.3.1",
"summary": "A im named flappyim",
"description": "flappyIM for IOS",
"homepage": "https://github.com/flappygod/flappyIM_ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lijunlin": "327603258@qq.com"
},
"source": {
"git": "https://github.com/flappygod/flappyIM_ios.git",
"tag": "0.3.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "flappyim/Classes/**/*",
"public_header_files": "flappyim/Classes/Public/*.h",
"user_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1"
},
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1"
},
"frameworks": [
"UIKit",
"Foundation",
"AVFoundation",
"CoreMedia",
"UserNotifications",
"AVKit"
],
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
],
"MJExtension": [
"~> 3.1.0"
],
"Protobuf": [
"~> 3.9.0"
],
"CocoaAsyncSocket": [
"~> 7.6.3"
],
"Reachability": [
"~> 3.2"
],
"FMDB": [
"~> 2.7.5"
]
}
}