[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / e / 5 / d / Bling / 1.0.2 / Bling.podspec.json
blob76b42b80e46dc254a014dd31616acb7155b610a2
2   "name": "Bling",
3   "version": "1.0.2",
4   "summary": "Open Exchange Rates API wrapper written in Swift",
5   "description": "Access the Open Exchange Rates API in Swift. Provides easy access to all API calles listed in https://docs.openexchangerates.org",
6   "homepage": "https://github.com/JanGorman/Bling",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jan Gorman": "gorman.jan@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/JanGorman",
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/JanGorman/Bling.git",
20     "tag": "1.0.2"
21   },
22   "source_files": [
23     "Classes",
24     "Bling/*.swift"
25   ]