[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / 0 / 5 / ATShareView / 0.1.0 / ATShareView.podspec.json
blob4c638e0c987a522db5fe23d3d1aea61a530c1aeb
2   "name": "ATShareView",
3   "version": "0.1.0",
4   "summary": "Social share view",
5   "homepage": "https://github.com/ablettchen/ATShareView",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "ablett": "ablettchen@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/ablettchen/ATShareView.git",
15     "tag": "0.1.0"
16   },
17   "social_media_url": "https://twitter.com/ablettchen",
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ATShareView/**/*.{h,m}",
22   "public_header_files": "ATShareView/**/*.{h}",
23   "resources": "ATShareView/ATShareView.bundle",
24   "requires_arc": true,
25   "dependencies": {
26     "ATShare": [
28     ],
29     "ATPopupView": [
31     ]
32   }