blob: c67deca7c96601110227330fea0b24c8174f70c6 [file] [log] [blame]
{
"name": "FoodFactsSDK",
"version": "0.2.7",
"summary": "FoodFacts Swift SDK For IOS",
"description": "FoodFacts Swift SDK For IOS. This is a framework to help you get started with the FoodFacts API. Install libiary to project to easiy get started with a few lines of code.",
"homepage": "https://github.com/foodfacts/FoodFacts-Swift-SDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"FoodFacts": "greymattermack@gmail.com"
},
"source": {
"git": "https://github.com/foodfacts/FoodFacts-Swift-SDK.git",
"tag": "0.2.7"
},
"platforms": {
"ios": "8.0"
},
"source_files": "FoodFactsSDK/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 3.5"
],
"SwiftyJSON": [
"2.4.0"
]
},
"pushed_with_swift_version": "2.3"
}