[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / c / 2 / OCNet / 0.0.3 / OCNet.podspec.json
blobaa41eb194276dd484057b2c049134e9f9f21f467
2   "name": "OCNet",
3   "version": "0.0.3",
4   "summary": "Simple, lightweight web request Library",
5   "homepage": "https://github.com/sinsmin/OCNet",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "sinsmin": "wkcdeie@gmail.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/sinsmin/OCNet.git",
18     "tag": "0.0.3"
19   },
20   "source_files": "OCNet/Classes/**/*.{h,m}",
21   "public_header_files": "OCNet/Classes/*.h",
22   "private_header_files": "OCNet/Classes/Private/*.h",
23   "frameworks": [
24     "MobileCoreServices",
25     "SystemConfiguration",
26     "CoreTelephony"
27   ],
28   "requires_arc": true