[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / d / c / SRKUtility / 6.0.1 / SRKUtility.podspec.json
blob63984707358fd4a11e2b2095d3c15106ee7734c9
2   "name": "SRKUtility",
3   "version": "6.0.1",
4   "summary": "A pod which helps you to easily save values to NSUserDefaults, display progressHUD and check Network Reachability. base64 data conversion.",
5   "authors": {
6     "Sagar Kothari": "sag333ar@gmail.com"
7   },
8   "homepage": "http://sagarrkothari.com",
9   "license": {
10     "type": "MIT"
11   },
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/sag333ar/SRKUtility.git",
17     "branch": "master",
18     "tag": "6.0.1"
19   },
20   "social_media_url": "https://twitter.com/sag333ar",
21   "documentation_url": "https://github.com/sag333ar/SRKUtility",
22   "frameworks": [
23     "UIKit",
24     "Foundation",
25     "AVFoundation",
26     "MediaPlayer"
27   ],
28   "requires_arc": true,
29   "dependencies": {
30     "MBProgressHUD": [
32     ],
33     "KSReachability": [
35     ]
36   },
37   "pushed_with_swift_version": "3.0",
38   "subspecs": [
39     {
40       "name": "Utilities",
41       "source_files": "SRKUtility-Source/Utility/Utility.swift"
42     },
43     {
44       "name": "Strings",
45       "source_files": "SRKUtility-Source/Strings/StringHelper.swift"
46     },
47     {
48       "name": "ImageView",
49       "source_files": "SRKUtility-Source/UIImageView/UIImageHelper.swift"
50     }
51   ]