| { |
| "name": "AEGfycatHandler", |
| "version": "0.1", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.md" |
| }, |
| "homepage": "https://github.com/akeaswaran/AEGfycatHandler", |
| "authors": { |
| "Akshay Easwaran": "miltondevcrew@gmail.com" |
| }, |
| "summary": "A simple Objective-C wrapper for the Gfycat API.", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/akeaswaran/AEGfycatHandler.git", |
| "tag": "0.1" |
| }, |
| "frameworks": "UIKit", |
| "requires_arc": true, |
| "source_files": [ |
| "AEGfycatHandler/AEGfycatHandler.{h,m}", |
| "AEGfycatHandler/AEGfycatViewerController.{h,m}" |
| ] |
| } |