[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / f / 6 / 1 / ARMDevSuite / 0.1.9 / ARMDevSuite.podspec.json
blob09dac9010deeb581da4c0a600cbcdb2cd8c1b5bc
2   "name": "ARMDevSuite",
3   "version": "0.1.9",
4   "summary": "UI & Logic Pod containing many useful helpers and UI elements.",
5   "description": "ARMDevSuite is a pod that contains many useful UIKit elements as well as useful logic libraries.",
6   "homepage": "https://github.com/ajaymerchia/ARMDevSuite",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ajaymerchia": "ajaymerchia@berkeley.edu"
13   },
14   "source": {
15     "git": "https://github.com/ajaymerchia/ARMDevSuite.git",
16     "tag": "0.1.9"
17   },
18   "swift_version": "4.2",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "dependencies": {
23     "JGProgressHUD": [
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "Layouts",
30       "source_files": "ARMDevSuite/Classes/LayoutManager/LayoutManager.swift"
31     },
32     {
33       "name": "LocalData",
34       "source_files": "ARMDevSuite/Classes/LocalData/LocalDataManager.swift"
35     },
36     {
37       "name": "Alerts",
38       "source_files": "ARMDevSuite/Classes/AlertManager/AlertManager.swift",
39       "dependencies": {
40         "JGProgressHUD": [
42         ]
43       }
44     }
45   ]