[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 5 / c / 2 / MEOCloudSDK / 0.1.0 / MEOCloudSDK.podspec.json
blob4f37689f0716d706f42db9b9343204c65f3bcaa9
2   "name": "MEOCloudSDK",
3   "version": "0.1.0",
4   "summary": "An iOS framework for using MEOCloud API in a simple and easy way.",
5   "homepage": "https://github.com/lm2s/MEOCloudSDK",
6   "license": "MIT",
7   "authors": {
8     "Luís M. Marques Silva": "lm2s@gmx.com"
9   },
10   "source": {
11     "git": "https://github.com/lm2s/MEOCloudSDK.git",
12     "tag": "0.1.0"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": [
19     "MEOCloudSDK/*.{h,m}",
20     "MEOCloudSDK/Model/*.{h,m}",
21     "MEOCloudSDK/AFDownloadRequestOperation/*.{h,m}"
22   ],
23   "dependencies": {
24     "AFNetworking": [
25       "~> 2.5"
26     ],
27     "BDBOAuth1Manager": [
28       "~> 1.5.0"
29     ]
30   }