[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / d / 9 / e / Angelo / 0.1.0 / Angelo.podspec.json
blobc4b486d8243ec9502d1eaea5b3c4dc625b89e362
2   "name": "Angelo",
3   "version": "0.1.0",
4   "summary": "Angelo is a procedural generation library written in Swift",
5   "description": "Angelo is a procedural generation library written in Swift. It offers L-Systems, with extra possibilities of making the elements carry parameters and more flexibiltiy over which rules are executed.",
6   "homepage": "https://github.com/enzomaruffa/Angelo",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Enzo Maruffa": "enzomm1999@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/enzomaruffa/Angelo.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "swift_versions": [
22     "5.0",
23     "5.1",
24     "5.2"
25   ],
26   "source_files": "Source/**/*.{swift}",
27   "swift_version": "5.2"