[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / a / 4 / BGSwift / 0.5.0 / BGSwift.podspec.json
blob77de7f29fffb3b3ff6b000333abb11f8b50ee5a7
2   "name": "BGSwift",
3   "platforms": {
4     "ios": "12.0"
5   },
6   "version": "0.5.0",
7   "summary": "Behavior Graph is a software library that greatly enhances our ability to program user facing software and control systems.",
8   "description": "Behavior Graph  is a software library that greatly enhances our ability to program user facing software and control systems. Programs of this type quickly scale up in complexity as features are added. Behavior Graph directly addresses this complexity by shifting more of the burden to the computer. It works by offering the programmer a new unit of code organization called a behavior. Behaviors are blocks of code enriched with additional information about their stateful relationships. Using this information, Behavior Graph enforces _safe use of mutable state_, arguably the primary source of complexity in this class of software. It does this by taking on the responsibility of control flow between behaviors, ensuring they are are _run at the correct time and in the correct order_.",
9   "license": {
10     "type": "Apache-2.0",
11     "file": "LICENSE.txt"
12   },
13   "homepage": "https://www.github.com/yahoo/BGSwift",
14   "authors": {
15     "James Lou": "jlou@yahooinc.com",
16     "Sean Levin": "slevin@yahooinc.com"
17   },
18   "source": {
19     "git": "https://github.com/yahoo/bgswift.git",
20     "tag": "0.5.0"
21   },
22   "requires_arc": true,
23   "swift_versions": [
24     4.0,
25     4.1,
26     4.2,
27     5.0,
28     5.1,
29     5.2,
30     5.3,
31     5.4,
32     5.5
33   ],
34   "default_subspecs": "Core",
35   "subspecs": [
36     {
37       "name": "Core",
38       "resources": [
40       ],
41       "source_files": [
42         "BGSwift/Classes/**/*.{h,m,swift}"
43       ],
44       "public_header_files": [
46       ],
47       "frameworks": [
48         "Foundation"
49       ]
50     }
51   ],
52   "swift_version": "5.5"