blob: a8d8ff023ddaab1e7c23a9937246e44d36367b89 [file] [log] [blame]
{
"name": "Giphy-iOS",
"version": "0.1.0",
"summary": "Giphy API client for Objective-C",
"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",
"homepage": "https://github.com/heyalexchoi/Giphy-iOS",
"license": "MIT",
"authors": {
"Alex Choi": "heyalexchoi@gmail.com"
},
"source": {
"git": "git@github.com:heyalexchoi/Giphy-iOS.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"dependencies": {
"AFNetworking/Serialization": [
"~> 2.3.1"
]
}
}