blob: 24646a0ed5f6bbc424fdd987642ea6d4b0e4e246 [file] [log] [blame]
{
"name": "GiphySwift",
"version": "1.0.0",
"summary": "GiphySwift allows you to interact with the Giphy API on iOS",
"description": "GiphySwift is an easy-to-use framework that allows you to interact with the Giphy API on iOS. Written in Swift 3.",
"homepage": "http://github.com/mseijas/GiphySwift",
"screenshots": [
"http://raw.githubusercontent.com/mseijas/GiphySwift/master/GiphySwift-Example/Screenshots/Example.png",
"http://raw.githubusercontent.com/mseijas/GiphySwift/master/GiphySwift-Example/Screenshots/Gifs-Search.png"
],
"license": "MIT",
"authors": {
"Matias Seijas": "matiseijas@gmail.com"
},
"social_media_url": "http://twitter.com/mseijas_",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/mseijas/GiphySwift.git",
"tag": "1.0.0"
},
"source_files": [
"GiphySwift/GiphySwift",
"GiphySwift/GiphySwift/**/*.{h,m}"
],
"exclude_files": "GiphySwift/GiphySwiftTests/*",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3"
}
}