[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 5 / c / b / TextureBridging / 1.1.0 / TextureBridging.podspec.json
blob8e01e01538c2c74b772a48f7b4b0fbdc25616507
2   "name": "TextureBridging",
3   "version": "1.1.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.1.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   }