blob: 02165331ef7912d19c94aa89d23f16bb2b736b75 [file] [log] [blame]
{
"name": "CurrencyRequest",
"version": "0.1.0",
"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\n Central Bank, and for faking it if that fails for any reason. Intended for use\n with various Coursera assignments by myself and Don Patterson.\n",
"homepage": "https://github.com/samkaufman/CurrencyRequest",
"license": "MIT",
"authors": {
"Sam Kaufman": "emrysk@gmail.com"
},
"source": {
"git": "https://github.com/samkaufman/CurrencyRequest.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/samkaufman",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CurrencyRequest": [
"Pod/Assets/eurofxref-dailyref-snapshot.xml"
]
},
"public_header_files": "Pod/Classes/**/*.h"
}