[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 2 / b / d / NPC / 4.3.0 / NPC.podspec.json
blob579899a9b6c097f81994d0d2a8be3d7e2a3ecfb8
2   "name": "NPC",
3   "version": "4.3.0",
4   "summary": "Near Procedure Call.",
5   "description": "Near Procedure Call Written in Swift.",
6   "homepage": "https://github.com/neutronstarer/npc_swift",
7   "license": "BSD 3-Clause",
8   "authors": {
9     "neutronstarer": "neutronstarer@gmail.com"
10   },
11   "platforms": {
12     "ios": "11.0",
13     "osx": "10.13",
14     "watchos": "4.0",
15     "tvos": "11.0"
16   },
17   "ios": {
18     "pod_target_xcconfig": {
19       "PRODUCT_BUNDLE_IDENTIFIER": "com.neutronstarer.npc"
20     }
21   },
22   "osx": {
23     "pod_target_xcconfig": {
24       "PRODUCT_BUNDLE_IDENTIFIER": "com.neutronstarer.npc"
25     }
26   },
27   "watchos": {
28     "pod_target_xcconfig": {
29       "PRODUCT_BUNDLE_IDENTIFIER": "com.neutronstarer.npc.watch"
30     }
31   },
32   "tvos": {
33     "pod_target_xcconfig": {
34       "PRODUCT_BUNDLE_IDENTIFIER": "com.neutronstarer.npc"
35     }
36   },
37   "source": {
38     "git": "https://github.com/neutronstarer/npc_swift.git",
39     "tag": "4.3.0"
40   },
41   "source_files": "NPC/",
42   "public_header_files": "NPC/",
43   "frameworks": "Foundation",
44   "swift_versions": "5.0",
45   "swift_version": "5.0"