[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 1 / 3 / LSRNetwork / 1.0.1 / LSRNetwork.podspec.json
blob02fc700d27299fb02ab92fc884e58c5a31d6d19b
2   "name": "LSRNetwork",
3   "version": "1.0.1",
4   "summary": "网络请求 LSRNetworking.",
5   "description": "针对afn的一点封装 集成数据解析,快速模型化",
6   "homepage": "https://github.com/LSRNetwork",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "requires_arc": true,
12   "authors": {
13     "lgy881228": "510687394@qq.com"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/lgy881228/LSRNetwork.git",
20     "tag": "1.0.1"
21   },
22   "source_files": "LSRNetwork/*.{h,m}",
23   "public_header_files": "LSRNetwork/*.h",
24   "dependencies": {
25     "AFNetworking": [
27     ],
28     "JSONModel": [
30     ]
31   },
32   "frameworks": [
33     "UIKit",
34     "AVFoundation",
35     "Foundation",
36     "AFNetworking",
37     "JSONModel"
38   ],
39   "pod_target_xcconfig": {
40     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
41   }