[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 5 / 3 / Ortrofit / 0.0.2 / Ortrofit.podspec.json
blob7eb0f6d043c2c76faac1f11646aa6c59d8cd5a90
2   "name": "Ortrofit",
3   "version": "0.0.2",
4   "license": "MIT",
5   "summary": "A delightful iOS networking framework.",
6   "homepage": "https://github.com/Oriente-iOS/Ortrofit",
7   "social_media_url": "",
8   "authors": {
9     "Mathew Wang": "mathew.wang@oriente.com"
10   },
11   "source": {
12     "git": "https://github.com/Oriente-iOS/Ortrofit.git",
13     "tag": "0.0.2"
14   },
15   "requires_arc": true,
16   "source_files": "Ortrofit/Ortrofit/**/*.{h,m}",
17   "public_header_files": "Ortrofit/Ortrofit/**/*.h",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "user_target_xcconfig": {
22     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
23   },
24   "dependencies": {
25     "AFNetworking": [
26       "3.1.0"
27     ],
28     "ReactiveCocoa": [
29       "2.5"
30     ]
31   }