[Delete] TapjoySDK 14.2.0
[CocoaPods.git] / Specs / a / d / c / SRKUtility / 2.0.4 / SRKUtility.podspec.json
blob8f5210ba3071ac6b0b66d902c979f6db0bfd6436
2   "name": "SRKUtility",
3   "version": "2.0.4",
4   "summary": "A pod which helps you to easily save values to NSUserDefaults, display MBProgressHUD and check Network Reachability.",
5   "authors": {
6     "Sagar Kothari": "sag333ar@gmail.com"
7   },
8   "homepage": "http://sagarrkothari.com",
9   "license": {
10     "type": "BSD"
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": "2.0.4"
20   },
21   "dependencies": {
22     "KSReachability": [
24     ],
25     "MBProgressHUD": [
27     ]
28   },
29   "frameworks": [
30     "UIKit",
31     "Foundation"
32   ],
33   "subspecs": [
34     {
35       "name": "SRKUtility",
36       "source_files": "SRKUtility/*.{swift}"
37     }
38   ]