blob: 6b622637c366bafc96556125d7d73d11e10c36d0 [file] [log] [blame]
{
"name": "CurrencyRequest",
"version": "0.2.1",
"summary": "A simple Pod to help with a few of our Coursera assignments.",
"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.",
"homepage": "https://github.com/samkaufman/CurrencyRequest",
"license": "MIT",
"authors": {
"Sam Kaufman": "emrysk@gmail.com"
},
"source": {
"git": "https://github.com/samkaufman/CurrencyRequest.git",
"tag": "0.2.1"
},
"social_media_url": "https://twitter.com/samkaufman",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CurrencyRequest": [
"Pod/Assets/*.plist",
"Pod/Assets/eurofxref-daily-snapshot.xml"
]
},
"public_header_files": "Pod/Classes/**/*.h"
}