[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 6 / 1 / ARMDevSuite / 0.1.2 / ARMDevSuite.podspec.json
blobcffe55b96cc3363ec409012d1951dd10202a7c84
2   "name": "ARMDevSuite",
3   "version": "0.1.2",
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.2"
17   },
18   "swift_version": "4.2",
19   "platforms": {
20     "ios": "12.1"
21   },
22   "source_files": "ARMDevSuite/Classes/**/*",
23   "subspecs": [
24     {
25       "name": "LayoutManager",
26       "source_files": "ARMDevSuite/Classes/LayoutManager.swift"
27     }
28   ]