[Add] RapidKitFoundation_MacOS 2024.1230.1857.641
[CocoaPods.git] / Specs / 9 / f / b / GiphySwift / 1.0.0 / GiphySwift.podspec.json
blob24646a0ed5f6bbc424fdd987642ea6d4b0e4e246
2   "name": "GiphySwift",
3   "version": "1.0.0",
4   "summary": "GiphySwift allows you to interact with the Giphy API on iOS",
5   "description": "GiphySwift is an easy-to-use framework that allows you to interact with the Giphy API on iOS. Written in Swift 3.",
6   "homepage": "http://github.com/mseijas/GiphySwift",
7   "screenshots": [
8     "http://raw.githubusercontent.com/mseijas/GiphySwift/master/GiphySwift-Example/Screenshots/Example.png",
9     "http://raw.githubusercontent.com/mseijas/GiphySwift/master/GiphySwift-Example/Screenshots/Gifs-Search.png"
10   ],
11   "license": "MIT",
12   "authors": {
13     "Matias Seijas": "matiseijas@gmail.com"
14   },
15   "social_media_url": "http://twitter.com/mseijas_",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/mseijas/GiphySwift.git",
21     "tag": "1.0.0"
22   },
23   "source_files": [
24     "GiphySwift/GiphySwift",
25     "GiphySwift/GiphySwift/**/*.{h,m}"
26   ],
27   "exclude_files": "GiphySwift/GiphySwiftTests/*",
28   "pod_target_xcconfig": {
29     "SWIFT_VERSION": "3"
30   }