[Delete] TapjoySDK 14.2.0
[CocoaPods.git] / Specs / a / d / c / SRKUtility / 3.0.1 / SRKUtility.podspec.json
blob094a1273e4282b286f356363ffceae307355fd4a
2   "name": "SRKUtility",
3   "version": "3.0.1",
4   "summary": "A pod which helps you to easily save values to NSUserDefaults, display PKHUD 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.1"
20   },
21   "dependencies": {
22     "PKHUD": [
24     ],
25     "ReachabilitySwift": [
27     ]
28   },
29   "frameworks": [
30     "UIKit",
31     "Foundation"
32   ],
33   "subspecs": [
34     {
35       "name": "SRKUtility",
36       "source_files": "SRKUtility/*.{swift}"
37     }
38   ]