ASGraphQLClient
GraphQL Client
Example
To run the example project, clone the repo, and run pod install.
Podfile
To integrate ASGraphQLClient into your Xcode project using CocoaPods, specify it in your Podfile:
platform :ios, '8.3'
target 'TargetName' do
pod 'ASGraphQLClient'
end
Then, run the following command:
$ pod install
Requirements
Minimum iOS Target is ios 8.3.
License
ASGraphQLClient is released under the MIT license. See LICENSE for details.