[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / a / d / c / SRKUtility / 3.0.7 / SRKUtility.podspec.json
blob946414576ebafbd9261987ee59f9ef78b8583788
2   "name": "SRKUtility",
3   "version": "3.0.7",
4   "summary": "A pod which helps you to easily save values to NSUserDefaults, display PKHUD, progressHUD and check Network Reachability.",
5   "authors": {
6     "Sagar Kothari": "sag333ar@gmail.com"
7   },
8   "homepage": "http://sagarrkothari.com",
9   "license": {
10     "type": "MIT"
11   },
12   "platforms": {
13     "ios": "8.0"
14   },
15   "requires_arc": true,
16   "source": {
17     "git": "https://github.com/sag333ar/SRKUtility.git",
18     "branch": "master",
19     "tag": "3.0.7"
20   },
21   "dependencies": {
22     "MBProgressHUD": [
24     ],
25     "ReachabilitySwift": [
27     ],
28     "PKHUD": [
30     ]
31   },
32   "frameworks": [
33     "UIKit",
34     "Foundation"
35   ],
36   "subspecs": [
37     {
38       "name": "SRKUtility",
39       "source_files": "SRKUtility/*.{swift}"
40     }
41   ]