[Add] ACWebSocketClient 0.1.0
[CocoaPods.git] / Specs / 6 / f / 3 / Giphy-iOS / 0.1.1 / Giphy-iOS.podspec.json
blobcb00486ab0b5385ec0191157b646d2391b19ce79
2   "name": "Giphy-iOS",
3   "version": "0.1.1",
4   "summary": "Giphy API client for Objective-C",
5   "description": "Giphy-iOS provides convenient access to the Giphy API for objective-c developers. The interface provides  block based methods with NSURLSessionDataTasks, NSURLRequests, and converting Giphy API responses into NSObjects",
6   "homepage": "https://github.com/heyalexchoi/Giphy-iOS",
7   "license": "MIT",
8   "authors": {
9     "Alex Choi": "heyalexchoi@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/heyalexchoi/Giphy-iOS.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "dependencies": {
21     "AFNetworking/Serialization": [
22       "~> 2.3.1"
23     ]
24   }