[Add] LiteRTObjC 0.0.1-nightly.20250109
[CocoaPods.git] / Specs / 3 / 7 / 1 / SymbiOSis / 0.3.0 / SymbiOSis.podspec.json
blob23688b52a95562e870376f83d8668c2e2abc84df
2   "name": "SymbiOSis",
3   "version": "0.3.0",
4   "summary": "An MVVM-inspired framework for building apps with less code, less bugs, and in less time.",
5   "homepage": "https://github.com/daniel-hall/SymbiOSis",
6   "license": "MIT",
7   "authors": {
8     "Dan Hall": "dan@danhall.io"
9   },
10   "source": {
11     "git": "https://github.com/daniel-hall/SymbiOSis.git",
12     "tag": "0.3.0"
13   },
14   "social_media_url": "https://twitter.com/_danielhall",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "SymbiOSis/SymbiOSis.h",
21     "SymbiOSis/Core/*",
22     "SymbiOSis/Bindings/*",
23     "SymbiOSis/Responders/*",
24     "SymbiOSis/DataSources/*",
25     "SymbiOSis/Private/*",
26     "SymbiOSis/Views/*"
27   ],
28   "public_header_files": [
29     "SymbiOSis/SymbiOSis.h",
30     "SymbiOSis/Core/*.h",
31     "SymbiOSis/Bindings/*.h",
32     "SymbiOSis/Responders/*.h",
33     "SymbiOSis/DataSources/*.h",
34     "SymbiOSis/Views/*.h"
35   ],
36   "frameworks": "UIKit"