[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / f / 0 / 3 / YouPers / 0.0.2 / YouPers.podspec.json
blob4a5a2c9169a2ac7f7d925f79ea8cd8bc68bbe0e6
2   "name": "YouPers",
3   "version": "0.0.2",
4   "summary": "YouPers SDK for iOS",
5   "homepage": "https://github.com/YouPers/yp-ios-sdk",
6   "license": "MIT",
7   "authors": {
8     "Jacopo Sanguineti": "jacopo.sanguineti@youpers.com"
9   },
10   "source": {
11     "git": "https://github.com/YouPers/yp-ios-sdk.git",
12     "tag": "0.0.2"
13   },
14   "source_files": "src/*.{m,h}",
15   "frameworks": [
16     "SystemConfiguration",
17     "MobileCoreServices"
18   ],
19   "platforms": {
20     "ios": "6.0"
21   },
22   "requires_arc": true,
23   "prefix_header_contents": [
24     "#import <SystemConfiguration/SystemConfiguration.h>",
25     "#import <MobileCoreServices/MobileCoreServices.h>"
26   ],
27   "dependencies": {
28     "AFNetworking": [
29       "~> 1.0"
30     ]
31   }