| { |
| "name": "LMGraphQL", |
| "version": "0.0.1", |
| "summary": "LMGraphQL will help with your requests", |
| "description": "With LMGraphQL making requests will be easier, it helps in the creation of queries and mutations made in LMGraphQL.", |
| "homepage": "https://github.com/LaryssaCastagnoli/LMGraphQL", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Laryssa Castagnoli": "lcfragoso4@gmail.com", |
| "Millena Galvão Matos": "millena.gmatos@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/LaryssaCastagnoli/LMGraphQL.git", |
| "tag": "v0.0.1" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source_files": "LMGraphQL/**/*", |
| "swift_version": "4.2", |
| "dependencies": { |
| "Alamofire": [ |
| "~> 4.7.3" |
| ], |
| "SwiftyJSON": [ |
| "~> 4.2.0" |
| ] |
| } |
| } |