[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 8 / 7 / 5 / FoodLens / 2.5.1 / FoodLens.podspec.json
blob8114eab655a09ed8b63d6c05567185ac8a8d3116
2   "name": "FoodLens",
3   "version": "2.5.1",
4   "summary": "FoodLensSDK for iOS",
5   "description": "FoodLens SDK provide functionlay for food recognition. FoodLens SDK consist of network API and UI API",
6   "homepage": "http://www.doinglab.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "hyunsuk.lee@doinglab.com": "leeint@gmail.com",
13     "eddy_lee": "eddy.lee@doinglab.com"
14   },
15   "source": {
16     "git": "https://bitbucket.org/doing-lab/ios_foodlenssdk.git",
17     "tag": "2.5.1"
18   },
19   "swift_versions": "4.2",
20   "module_name": "FoodLens",
21   "platforms": {
22     "ios": "12.0"
23   },
24   "source_files": "Sources/FoodLens/Classes/**/*.{swift,strings,xib,storyboard}",
25   "resources": [
26     "Sources/FoodLens/Assets/*",
27     "Sources/FoodLens/Classes/images/*"
28   ],
29   "pod_target_xcconfig": {
30     "SWIFT_VERSION": "4.2"
31   },
32   "dependencies": {
33     "Alamofire": [
34       "~> 5.5"
35     ]
36   },
37   "swift_version": "4.2"