[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 0 / 2 / 4 / ABOnboarding / 0.2 / ABOnboarding.podspec.json
blob8476eff15455499bf0f8b356866dd2e9d833298f
2   "name": "ABOnboarding",
3   "version": "0.2",
4   "summary": "The easiest way to onboard users in your iOS app",
5   "homepage": "https://github.com/MrAdamBoyd/ABOnboarding",
6   "license": "MIT",
7   "authors": {
8     "Adam Boyd": "adamboyd50@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/MrAdamBoyd/ABOnboarding.git",
12     "tag": "0.2"
13   },
14   "social_media_url": "https://twitter.com/MrAdamBoyd",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "ABOnboarding": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": [
26     "UIKit",
27     "Foundation"
28   ]