blob: cb00486ab0b5385ec0191157b646d2391b19ce79 [file] [log] [blame]
{
"name": "Giphy-iOS",
"version": "0.1.1",
"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": "https://github.com/heyalexchoi/Giphy-iOS.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"dependencies": {
"AFNetworking/Serialization": [
"~> 2.3.1"
]
}
}