| { |
| "name": "xuchenOnlyTestDemoFive", |
| "version": "1.0", |
| "license": "MIT", |
| "summary": "Udesk SDK for iOS", |
| "homepage": "https://github.com/xushichen/xuchenOnlyTestDemoFive", |
| "authors": { |
| "xuchen ": "xuc@udesk.cn" |
| }, |
| "source": { |
| "git": "https://github.com/xushichen/xuchenOnlyTestDemoFive.git", |
| "tag": "1.0" |
| }, |
| "source_files": [ |
| "UdeskSDK/UDChatMessage/**/*.{h,m}", |
| "UdeskSDK/SDK/*.{h}" |
| ], |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "requires_arc": true, |
| "frameworks": [ |
| "AVFoundation", |
| "CoreTelephony", |
| "SystemConfiguration", |
| "MobileCoreServices" |
| ], |
| "libraries": [ |
| "z", |
| "xml2", |
| "resolv", |
| "sqlite3" |
| ], |
| "resources": "UdeskSDK/Resource/UdeskBundle.bundle", |
| "vendored_libraries": "UdeskSDK/SDK/libUdesk.a", |
| "xcconfig": { |
| "OTHER_LDFLAGS": "-ObjC" |
| } |
| } |