[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 5 / c / b / TextureBridging / 1.2.0 / TextureBridging.podspec.json
blobad5ab2cee6b011ac1dd4b1960f40f9dc698c2c7c
2   "name": "TextureBridging",
3   "version": "1.2.0",
4   "summary": "Allows bringing ASDisplayNode into the world of AutoLayout.",
5   "description": "This library is a micro framework. Actuary, has just one source file.\nNodeView allows to bring ASDisplayNode into the world of AutoLayout.",
6   "homepage": "https://github.com/muukii/TextureBridging",
7   "license": "MIT",
8   "authors": {
9     "Muukii": "muukii.app@gmail.com"
10   },
11   "social_media_url": "http://twitter.com/muukii_app",
12   "platforms": {
13     "ios": "10.0"
14   },
15   "source": {
16     "git": "https://github.com/muukii/TextureBridging.git",
17     "tag": "1.2.0"
18   },
19   "source_files": "TextureBridging/**/*.swift",
20   "frameworks": [
21     "UIKit",
22     "AsyncDisplayKit"
23   ],
24   "requires_arc": true,
25   "dependencies": {
26     "Texture/Core": [
27       "~> 2.8.1"
28     ]
29   }