blob: 9e46f5aa6341c24a51590f3a9f7c8565929c4400 [file] [log] [blame]
{
"name": "TextureBridging",
"version": "1.3.0",
"summary": "Allows bringing ASDisplayNode into the world of AutoLayout.",
"description": "This library is a micro framework. Actuary, has just one source file.\nNodeView allows to bring ASDisplayNode into the world of AutoLayout.",
"homepage": "https://github.com/TextureCommunity/TextureBridging",
"license": "MIT",
"authors": {
"Muukii": "muukii.app@gmail.com"
},
"social_media_url": "http://twitter.com/muukii_app",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/TextureCommunity/TextureBridging.git",
"tag": "1.3.0"
},
"source_files": "TextureBridging/**/*.swift",
"frameworks": [
"UIKit",
"AsyncDisplayKit"
],
"requires_arc": true,
"dependencies": {
"Texture/Core": [
"~> 2.8.1"
]
}
}