[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 0 / e / b / IPUMobileUI / 1.0.9 / IPUMobileUI.podspec.json
blob06c029c9ac4e88b13e7b9c9de0edd2678766dd76
2   "name": "IPUMobileUI",
3   "version": "1.0.9",
4   "summary": "IPU移动框架.",
5   "description": "IPU移动框架iOS基础库",
6   "homepage": "http://aiipu.com",
7   "license": "MIT",
8   "authors": {
9     "": "asiainfoipu@aiipu.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://gitee.com/AIIPU/IPU.git",
16     "tag": "1.0.9"
17   },
18   "source_files": "IPUMobileUI.framework/Headers/*.{h}",
19   "ios": {
20     "vendored_frameworks": "IPUMobileUI.framework"
21   },
22   "pod_target_xcconfig": {
23     "skip_validation": true,
24     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
25   },
26   "user_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   },
29   "resources": "IPUMobileUI.bundle",
30   "frameworks": [
31     "Foundation",
32     "UIKit"
33   ],
34   "requires_arc": true,
35   "dependencies": {
36     "IPUFoundation": [
38     ],
39     "IPUMobile": [
41     ]
42   }