[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / 1 / 6 / RKOSimpleExample.swift / 1.0.0 / RKOSimpleExample.swift.podspec.json
blob0ee4b8d761c8890aa6030922028aa8347184ae51
2   "name": "RKOSimpleExample.swift",
3   "version": "1.0.0",
4   "summary": "A Simple Example",
5   "description": "A simple example to reproduce the CocoaPods generate_multiple_pod_projects bug",
6   "homepage": "https://github.com/rakuyoMo/SimpleExample/tree/master",
7   "license": "MIT",
8   "authors": {
9     "Rakuyo": "rakuyo.mo@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/rakuyoMo/SimpleExample.git",
13     "tag": "1.0.0"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "10.0"
18   },
19   "swift_versions": "5.0",
20   "static_framework": true,
21   "module_name": "RKOSimpleExample",
22   "default_subspecs": [
23     "Extendable",
24     "Extension"
25   ],
26   "deprecated": true,
27   "subspecs": [
28     {
29       "name": "Extendable",
30       "source_files": "SimpleExample/SimpleExample/Core/Extendable/"
31     },
32     {
33       "name": "Extension",
34       "source_files": [
35         "SimpleExample/SimpleExample/Core/Object/",
36         "SimpleExample/SimpleExample/Core/UI/"
37       ],
38       "dependencies": {
39         "RKOSimpleExample.swift/Extendable": [
41         ],
42         "RxCocoa": [
44         ]
45       }
46     },
47     {
48       "name": "YYText",
49       "source_files": "SimpleExample/SimpleExample/Core/YYText/*.swift",
50       "dependencies": {
51         "RKOSimpleExample.swift/Extension": [
53         ],
54         "YYText": [
56         ]
57       }
58     }
59   ],
60   "swift_version": "5.0"