[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / 2 / 3 / PlasmaSwift / 0.1.1 / PlasmaSwift.podspec.json
bloba94d261ddb9c1a1fb125880be05261493b209a65
2   "name": "PlasmaSwift",
3   "version": "0.1.1",
4   "summary": "Plasma Client for Swift",
5   "homepage": "https://github.com/openfresh/PlasmaSwift",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "openfresh": "valencia_dev@cyberagent.co.jp"
12   },
13   "source": {
14     "git": "https://github.com/openfresh/PlasmaSwift.git",
15     "tag": "0.1.1"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "source_files": "PlasmaSwift/**/*.{h,swift}",
21   "pod_target_xcconfig": {
22     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
23   },
24   "subspecs": [
25     {
26       "name": "Messages",
27       "source_files": "*.pbobjc.{h,m}",
28       "header_mappings_dir": ".",
29       "requires_arc": false,
30       "dependencies": {
31         "Protobuf": [
32           "~> 3.5.0"
33         ]
34       },
35       "pod_target_xcconfig": {
36         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1"
37       }
38     },
39     {
40       "name": "Services",
41       "source_files": "*.pbrpc.{h,m}",
42       "header_mappings_dir": ".",
43       "requires_arc": true,
44       "dependencies": {
45         "gRPC-ProtoRPC": [
46           "1.13.0-pre1"
47         ],
48         "PlasmaSwift/Messages": [
50         ]
51       }
52     }
53   ]