[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 0 / d / 2 / Vokoder / 3.1.0 / Vokoder.podspec.json
blob95d5f96cf5253fa50c72485f9dafe07f52338a69
2   "name": "Vokoder",
3   "version": "3.1.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.1.0"
16   },
17   "platforms": {
18     "ios": "7.0",
19     "tvos": "9.0",
20     "osx": "10.9"
21   },
22   "requires_arc": true,
23   "default_subspecs": [
24     "Core",
25     "MapperMacros",
26     "DataSources"
27   ],
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": [
32         "Pod/Classes/*.{h,m}",
33         "Pod/Classes/Internal"
34       ],
35       "frameworks": "CoreData",
36       "dependencies": {
37         "ILGDynamicObjC/ILGClasses": [
38           "~> 0.1.1"
39         ],
40         "VOKUtilities/VOKKeyPathHelper": [
41           "~> 0.9.0"
42         ]
43       }
44     },
45     {
46       "name": "MapperMacros",
47       "dependencies": {
48         "Vokoder/Core": [
50         ]
51       },
52       "source_files": "Pod/Classes/MapperMacros/*.{h,m}"
53     },
54     {
55       "name": "DataSources",
56       "dependencies": {
57         "Vokoder/Core": [
59         ]
60       },
61       "platforms": {
62         "ios": "7.0",
63         "tvos": "9.0"
64       },
65       "default_subspecs": [
66         "FetchedResults",
67         "PagingFetchedResults",
68         "Collection"
69       ],
70       "subspecs": [
71         {
72           "name": "FetchedResults",
73           "source_files": "Pod/Classes/Optional Data Sources/VOKFetchedResultsDataSource.{h,m}"
74         },
75         {
76           "name": "PagingFetchedResults",
77           "source_files": [
78             "Pod/Classes/Optional Data Sources/VOKPagingFetchedResultsDataSource.{h,m}",
79             "Pod/Classes/Optional Data Sources/VOKDefaultPagingAccessory.{h,m}"
80           ],
81           "dependencies": {
82             "Vokoder/DataSources/FetchedResults": [
84             ]
85           }
86         },
87         {
88           "name": "Collection",
89           "source_files": "Pod/Classes/Optional Data Sources/VOKCollectionDataSource.{h,m}",
90           "dependencies": {
91             "Vokoder/DataSources/FetchedResults": [
93             ]
94           }
95         }
96       ]
97     },
98     {
99       "name": "Swift",
100       "platforms": {
101         "ios": "8.0",
102         "tvos": "9.0"
103       },
104       "dependencies": {
105         "Vokoder/DataSources": [
107         ]
108       },
109       "source_files": "Pod/Classes/Swift/*.swift"
110     }
111   ]