[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / 1 / 7 / CDYahooKit / 0.9.24 / CDYahooKit.podspec.json
blob888a0697d2ff0d3bb512fa65112e0e868bcada0c
2   "name": "CDYahooKit",
3   "version": "0.9.24",
4   "summary": "An extensive Objective C wrapper for the Yahoo Developers Social and Fantasy Football APIs.",
5   "description": "This Objective C wrapper covers all possible network endpoints and responses for the Yahoo Developers Social and Fantasy Football API's.",
6   "homepage": "https://github.com/chrisdhaan/CDYahooKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Christopher de Haan": "contact@christopherdehaan.me"
13   },
14   "source": {
15     "git": "https://github.com/chrisdhaan/CDYahooKit.git",
16     "tag": "0.9.24"
17   },
18   "social_media_url": "https://twitter.com/dehaan_solo",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "CDYahooKit/Classes/Core/**/*.{h,m}",
27       "frameworks": "CoreLocation",
28       "dependencies": {
29         "Overcoat": [
30           "~> 4.0.0-beta.2"
31         ],
32         "CDYahooKit/OAuth": [
34         ]
35       }
36     },
37     {
38       "name": "OAuth",
39       "source_files": "CDYahooKit/Classes/OAuth/**/*.{h,m}",
40       "dependencies": {
41         "CDOAuth1Kit": [
43         ]
44       }
45     }
46   ]