[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 4 / 9 / e / LGUtilsS / 1.0.0 / LGUtilsS.podspec.json
blobae50268512089bcca633ad3574bc81f302cfc3bc
2   "name": "LGUtilsS",
3   "version": "1.0.0",
4   "summary": "Swift library with some utils extensions.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/luangs7/LGUtilsS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "luangs7": "luan263@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/luangs7/LGUtilsS.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "LGUtilsS/Classes/**/*",
22   "frameworks": [
23     "UIKit",
24     "SystemConfiguration",
25     "AudioToolbox",
26     "Foundation"
27   ],
28   "dependencies": {
29     "Kingfisher": [
30       "~> 4.0"
31     ],
32     "Alamofire": [
33       "~> 4.7"
34     ]
35   }