[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20220526
[CocoaPods.git] / Specs / d / e / 1 / Infrared / 0.9 / Infrared.podspec.json
blob51c7ead721578390f8f0fbe793ba5fcc228d2e09
2   "name": "Infrared",
3   "version": "0.9",
4   "summary": "Library for declarative (out of code) UI development on iOS.",
5   "homepage": "http://infrared.io",
6   "license": "Apache License, Version 2.0",
7   "authors": {
8     "Uros": "uros@infrared.io"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/infrared-io/infrared_ios.git",
15     "tag": "0.9"
16   },
17   "source_files": "infrared_ios/Library/**/*.{h,m}",
18   "resources": "infrared_ios/Library/JSExtensions/**/*.js",
19   "frameworks": [
20     "SystemConfiguration",
21     "MapKit",
22     "CoreGraphics"
23   ],
24   "requires_arc": true,
25   "dependencies": {
26     "ReactiveCocoa": [
27       "2.1.8"
28     ],
29     "Antenna": [
30       "2.0.0"
31     ],
32     "RESideMenu": [
33       "~> 4.0.7"
34     ],
35     "IQKeyboardManager": [
37     ]
38   }