[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / f / c / 3 / MERTwitterKit / 0.1.0 / MERTwitterKit.podspec.json
blob72e94a64dac1316d927573a2978857826729ce60
2   "name": "MERTwitterKit",
3   "version": "0.1.0",
4   "authors": {
5     "William Towe": "willbur1984@gmail.com"
6   },
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "homepage": "https://github.com/MaestroElearning/MERTwitterKit",
12   "source": {
13     "git": "https://github.com/MaestroElearning/MERTwitterKit.git",
14     "tag": "0.1.0"
15   },
16   "summary": "A Twitter 1.1 API wrapper, built on top of AFNetworking and ReactiveCocoa. Compatible with iOS, 7.0+",
17   "platforms": {
18     "ios": "7.0"
19   },
20   "dependencies": {
21     "AFNetworking": [
22       "~> 2.2.0"
23     ],
24     "MECoreDataKit": [
25       "~> 1.0.0"
26     ],
27     "MEReactiveFoundation": [
28       "~> 1.0.0"
29     ],
30     "ReactiveCocoa": [
31       "~> 2.2.0"
32     ],
33     "ReactiveViewModel": [
34       "~> 0.2.0"
35     ],
36     "libextobjc/EXTScope": [
37       "~> 0.4.0"
38     ],
39     "libextobjc/EXTKeyPathCoding": [
40       "~> 0.4.0"
41     ],
42     "SDWebImage": [
43       "~> 3.6.0"
44     ]
45   },
46   "requires_arc": true,
47   "frameworks": [
48     "Accounts",
49     "CoreLocation",
50     "Social"
51   ],
52   "source_files": [
53     "MERTwitterKit",
54     "MERTwitterKit/CoreData",
55     "MERTwitterKit/CoreData/machine",
56     "MERTwitterKit/Private"
57   ],
58   "private_header_files": [
59     "MERTwitterKit/CoreData",
60     "MERTwitterKit/CoreData/machine",
61     "MERTwitterKit/Private"
62   ],
63   "resource_bundles": {
64     "MERTwitterKitResources": [
65       "MERTwitterKitResources/*.plist",
66       "MERTwitterKitResources/*.lproj",
67       "MERTwitterKitResources/*.xcdatamodeld"
68     ]
69   }