[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20220526
[CocoaPods.git] / Specs / d / e / 1 / PESimu-Select / 1.0.4 / PESimu-Select.podspec.json
blob66b92446c1786d6a7251db91acfdb7bbbbe3dc11
2   "name": "PESimu-Select",
3   "version": "1.0.4",
4   "license": "MIT",
5   "summary": "An iOS static library simplifying the functional testing of web service-enabled apps.",
6   "authors": {
7     "Paul Evans": "evansp2@gmail.com"
8   },
9   "homepage": "https://github.com/evanspa/PESimu-Select",
10   "source": {
11     "git": "https://github.com/evanspa/PESimu-Select.git",
12     "tag": "PESimu-Select-v1.0.4"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source_files": "**/*.{h,m}",
18   "public_header_files": "**/*.h",
19   "exclude_files": [
20     "**/*Tests/*.*",
21     "**/DemoApp/*"
22   ],
23   "requires_arc": true,
24   "dependencies": {
25     "PEObjc-Commons": [
26       "~> 1.0.86"
27     ],
28     "PEWire-Control": [
29       "~> 1.0.5"
30     ]
31   },
32   "xcconfig": {
33     "HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\""
34   }