[Add] FaceSDKNightly 6.4.2326
[CocoaPods.git] / Specs / 3 / 5 / 8 / NGAEssentials / 0.1.0 / NGAEssentials.podspec.json
blob622beb1230503edf8c37939d2156f47c53ff9597
2   "name": "NGAEssentials",
3   "version": "0.1.0",
4   "summary": "Convenience methods and extensions",
5   "description": "A bunch of convenience methods, extensions, and classes that I use in my projects.",
6   "homepage": "https://github.com/nextgenappsllc/NGAEssentials",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "nextgenappsllc": "nextgenappsllc@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/nextgenappsllc/NGAEssentials.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "NGAEssentials/Classes/**/*",
22   "frameworks": [
23     "UIKit",
24     "SystemConfiguration",
25     "CoreLocation",
26     "MapKit"
27   ],
28   "dependencies": {
29     "CryptoSwift": [
30       "~> 0.6"
31     ]
32   },
33   "pushed_with_swift_version": "3.0"