[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / d / 2 / Vokoder / 3.0.0 / Vokoder.podspec.json
blobd83f23530ed2adc004378ae00b37f4f2ea19485f
2   "name": "Vokoder",
3   "version": "3.0.0",
4   "summary": "Vokal's Core Data Manager",
5   "homepage": "https://github.com/vokal/Vokoder",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Vokal": "hello@vokal.io"
12   },
13   "source": {
14     "git": "https://github.com/vokal/Vokoder.git",
15     "tag": "3.0.0"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "default_subspecs": [
22     "Core",
23     "MapperMacros",
24     "DataSources"
25   ],
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": [
30         "Pod/Classes/*.{h,m}",
31         "Pod/Classes/Internal"
32       ],
33       "frameworks": "CoreData",
34       "dependencies": {
35         "ILGDynamicObjC/ILGClasses": [
36           "~> 0.1.1"
37         ],
38         "VOKUtilities/VOKKeyPathHelper": [
39           "~> 0.8.0"
40         ]
41       }
42     },
43     {
44       "name": "MapperMacros",
45       "dependencies": {
46         "Vokoder/Core": [
48         ]
49       },
50       "source_files": "Pod/Classes/MapperMacros/*.{h,m}"
51     },
52     {
53       "name": "DataSources",
54       "dependencies": {
55         "Vokoder/Core": [
57         ]
58       },
59       "default_subspecs": [
60         "FetchedResults",
61         "PagingFetchedResults",
62         "Collection"
63       ],
64       "subspecs": [
65         {
66           "name": "FetchedResults",
67           "source_files": "Pod/Classes/Optional Data Sources/VOKFetchedResultsDataSource.{h,m}"
68         },
69         {
70           "name": "PagingFetchedResults",
71           "source_files": [
72             "Pod/Classes/Optional Data Sources/VOKPagingFetchedResultsDataSource.{h,m}",
73             "Pod/Classes/Optional Data Sources/VOKDefaultPagingAccessory.{h,m}"
74           ],
75           "dependencies": {
76             "Vokoder/DataSources/FetchedResults": [
78             ]
79           }
80         },
81         {
82           "name": "Collection",
83           "source_files": "Pod/Classes/Optional Data Sources/VOKCollectionDataSource.{h,m}",
84           "dependencies": {
85             "Vokoder/DataSources/FetchedResults": [
87             ]
88           }
89         }
90       ]
91     },
92     {
93       "name": "Swift",
94       "platforms": {
95         "ios": "8.0"
96       },
97       "dependencies": {
98         "Vokoder/DataSources": [
100         ]
101       },
102       "source_files": "Pod/Classes/Swift/*.swift"
103     }
104   ]