[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / f / e / FirePush / 0.1.3 / FirePush.podspec.json
blob9d0d7e669f4dde5e4f9e653296d4b7f4fd80a52f
2   "name": "FirePush",
3   "version": "0.1.3",
4   "summary": "A short description of FirePush.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/tthufo/FirePush",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "tthufo": "tthufo@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/tthufo/FirePush.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "FirePush/Classes",
22   "public_header_files": "FirePush/Classes/*.h",
23   "static_framework": true,
24   "dependencies": {
25     "Firebase/Core": [
27     ],
28     "Firebase/Messaging": [
30     ]
31   },
32   "pod_target_xcconfig": {
33     "OTHER_LDFLAGS": "$(inherited) -framework \"FirebaseCore\" -framework \"FirebaseMessaging\" -framework \"FirebaseInstanceID\"",
34     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
35     "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}/FirebaseCore/Frameworks\" \"${PODS_ROOT}/FirebaseMessaging/Frameworks\" \"${PODS_ROOT}/FirebaseInstanceID/Frameworks\""
36   }