blob: 4e6a23d49ce1d6da7ba974cc63119673492946e7 [file] [log] [blame]
{
"name": "FatSecretSDK",
"version": "0.1.0",
"summary": "A library created to interact with FatSecret.com api.",
"description": "A library for interacting with FatSecret.com food database api.",
"homepage": "https://github.com/jvanbrunt/FatSecretSDK",
"license": "MIT",
"authors": {
"Jacob Van Brunt": "jvanbrunt@developertown.com"
},
"source": {
"git": "https://github.com/jvanbrunt/FatSecretSDK.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "FatSecretSDK/Classes/**/*",
"dependencies": {
"MRCEnumerable": [
"~> 0.1.1"
],
"JSONModel": [
"~>1.2.0"
]
}
}