[Add] TensorFlowLiteSwift 0.0.1-nightly.20241213
[CocoaPods.git] / Specs / 0 / b / 9 / CGMath / 0.1.2 / CGMath.podspec.json
blob8271c3fef8e1b6bbbc843c56aa4f136a52667608
2   "name": "CGMath",
3   "version": "0.1.2",
4   "summary": "A collection of functions for CGGeometry types.",
5   "description": "CGMath is a collection of functions to manipulate CGGeometry types.\nThese functions include functions like initializers (e.g. CGRectMakeWithCenterAndSize), lerp functions and other utilities.",
6   "homepage": "https://github.com/EmilioPelaez/CGMath",
7   "license": "MIT",
8   "authors": {
9     "Emilio Peláez": "i.am@emiliopelaez.me"
10   },
11   "source": {
12     "git": "https://github.com/EmilioPelaez/CGMath.git",
13     "tag": "0.1.2"
14   },
15   "social_media_url": "https://twitter.com/EmilioPelaez",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "CGMath": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "public_header_files": "Pod/Classes/**/*.h",
27   "frameworks": "UIKit"