[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 0 / d / 2 / Vokoder / 1.2.0 / Vokoder.podspec.json
blob7b8f204984be68ac41ce6b3809fcce2436a1f08b
2   "name": "Vokoder",
3   "version": "1.2.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": "1.2.0"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": [
25         "Pod/Classes/*.{h,m}",
26         "Pod/Classes/Internal"
27       ],
28       "frameworks": "CoreData"
29     },
30     {
31       "name": "DataSources",
32       "dependencies": {
33         "Vokoder/Core": [
35         ]
36       },
37       "default_subspecs": [
38         "FetchedResults",
39         "PagingFetchedResults",
40         "Collection"
41       ],
42       "subspecs": [
43         {
44           "name": "FetchedResults",
45           "source_files": "Pod/Classes/Optional Data Sources/VOKFetchedResultsDataSource.{h,m}"
46         },
47         {
48           "name": "PagingFetchedResults",
49           "source_files": [
50             "Pod/Classes/Optional Data Sources/VOKPagingFetchedResultsDataSource.{h,m}",
51             "Pod/Classes/Optional Data Sources/VOKDefaultPagingAccessory.{h,m}"
52           ],
53           "dependencies": {
54             "Vokoder/DataSources/FetchedResults": [
56             ]
57           }
58         },
59         {
60           "name": "Collection",
61           "source_files": "Pod/Classes/Optional Data Sources/VOKCollectionDataSource.{h,m}",
62           "dependencies": {
63             "Vokoder/DataSources/FetchedResults": [
65             ]
66           }
67         },
68         {
69           "name": "Carousel",
70           "source_files": "Pod/Classes/Optional Data Sources/VOKCarouselDataSource.{h,m}",
71           "dependencies": {
72             "Vokoder/DataSources/FetchedResults": [
74             ],
75             "iCarousel": [
76               "~> 1.7.3"
77             ]
78           }
79         }
80       ]
81     }
82   ]