[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / e / 0 / 1 / CurrencyRequest / 0.2.1 / CurrencyRequest.podspec.json
blob6b622637c366bafc96556125d7d73d11e10c36d0
2   "name": "CurrencyRequest",
3   "version": "0.2.1",
4   "summary": "A simple Pod to help with a few of our Coursera assignments.",
5   "description": "A simple module for getting current currency exchange rates from the European\nCentral Bank, and for faking it if that fails for any reason. Intended for use\nwith various Coursera assignments by myself and Don Patterson.",
6   "homepage": "https://github.com/samkaufman/CurrencyRequest",
7   "license": "MIT",
8   "authors": {
9     "Sam Kaufman": "emrysk@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/samkaufman/CurrencyRequest.git",
13     "tag": "0.2.1"
14   },
15   "social_media_url": "https://twitter.com/samkaufman",
16   "platforms": {
17     "ios": "10.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "CurrencyRequest": [
23       "Pod/Assets/*.plist",
24       "Pod/Assets/eurofxref-daily-snapshot.xml"
25     ]
26   },
27   "public_header_files": "Pod/Classes/**/*.h"