[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 0 / 1 / CurrencyRequest / 0.2 / CurrencyRequest.podspec.json
blob7f0bafe5a5bfc0131461d981d9b0a8e5af767efc
2   "name": "CurrencyRequest",
3   "version": "0.2",
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"
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"