[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / f / 5 / b / LMGraphQL / 0.0.1 / LMGraphQL.podspec.json
blobce112efbaa0facd7d259635866c1277c82223ba5
2   "name": "LMGraphQL",
3   "version": "0.0.1",
4   "summary": "LMGraphQL will help with your requests",
5   "description": "With LMGraphQL making requests will be easier, it helps in the creation of queries and mutations made in LMGraphQL.",
6   "homepage": "https://github.com/LaryssaCastagnoli/LMGraphQL",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Laryssa Castagnoli": "lcfragoso4@gmail.com",
13     "Millena Galvão Matos": "millena.gmatos@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/LaryssaCastagnoli/LMGraphQL.git",
17     "tag": "v0.0.1"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "LMGraphQL/**/*",
23   "swift_version": "4.2",
24   "dependencies": {
25     "Alamofire": [
26       "~> 4.7.3"
27     ],
28     "SwiftyJSON": [
29       "~> 4.2.0"
30     ]
31   }