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