blob: 550c532b2e14a9b3574f7206b121e85577b6bb7b [file] [log] [blame]
{
"name": "RestFetcher",
"version": "1.2.1",
"summary": "A simple framework for making api calls.",
"description": "This is a simple library for supporting a family of API calls.",
"homepage": "https://github.com/charles-oder/rest-fetcher-swift",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Charles Oder": "charles@oder.us"
},
"source": {
"git": "https://github.com/charles-oder/rest-fetcher-swift.git",
"tag": "v1.2.1"
},
"source_files": [
"Classes",
"RestFetcher/*.swift"
],
"exclude_files": "Classes/Exclude",
"platforms": {
"ios": "8.0"
}
}