[Add] DocumentReaderNightly 7.5.4179
[CocoaPods.git] / Specs / a / d / c / SRKUtility / 5.2.8 / SRKUtility.podspec.json
blob30dc143e66ef144c0a69e115e6c967ac5e6a12b0
2   "name": "SRKUtility",
3   "version": "5.2.8",
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": "5.2.8"
19   },
20   "social_media_url": "https://twitter.com/sag333ar",
21   "documentation_url": "https://github.com/sag333ar/SRKUtility/wiki",
22   "frameworks": [
23     "UIKit",
24     "Foundation",
25     "AVFoundation",
26     "MediaPlayer"
27   ],
28   "requires_arc": true,
29   "dependencies": {
30     "MSGraphSDK": [
32     ],
33     "MSGraphSDK-NXOAuth2Adapter": [
35     ],
36     "MBProgressHUD": [
38     ],
39     "KSReachability": [
41     ]
42   },
43   "pushed_with_swift_version": "3.0",
44   "subspecs": [
45     {
46       "name": "Camera",
47       "resources": "SRKUtility-Source/Camera/SRKImages/*.png",
48       "source_files": [
49         "SRKUtility-Source/Camera/SRKClasses/*.{h,m}",
50         "SRKUtility-Source/Camera/SRKCamera.swift"
51       ]
52     },
53     {
54       "name": "Request",
55       "source_files": "SRKUtility-Source/RequestManager/RequestManager.swift"
56     },
57     {
58       "name": "DeviceType",
59       "source_files": "SRKUtility-Source/Device/DeviceType.swift"
60     },
61     {
62       "name": "Utilities",
63       "source_files": "SRKUtility-Source/Utility/Utility.swift"
64     },
65     {
66       "name": "Strings",
67       "source_files": "SRKUtility-Source/Strings/StringHelper.swift"
68     },
69     {
70       "name": "ImageView",
71       "source_files": "SRKUtility-Source/UIImageView/UIImageHelper.swift"
72     },
73     {
74       "name": "Controls",
75       "source_files": "SRKUtility-Source/Controls/*.{swift}",
76       "resource_bundles": {
77         "Controls": [
78           "SRKUtility-Source/Controls/*.{xib}"
79         ]
80       }
81     },
82     {
83       "name": "O365",
84       "source_files": "SRKUtility-Source/O365/*.{h,m}"
85     },
86     {
87       "name": "AudioManager",
88       "source_files": "SRKUtility-Source/AudioManager/*.{swift}"
89     }
90   ]