blob: 45f66f53b0acca889a406d430131cd5a3b27348c [file] [log] [blame]
{
"name": "ASDKFluentExtensions",
"version": "0.8.1",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/cesteban/ASDKFluentExtensions",
"authors": {
"Cesar Estebanez": "cestebanez@gmail.com"
},
"summary": "Extend AsyncDisplayKit with a fluent layout API",
"source": {
"git": "https://github.com/cesteban/ASDKFluentExtensions.git",
"tag": "0.8.1"
},
"platforms": {
"ios": "9.0"
},
"public_header_files": "Source/*.h",
"source_files": "Source/*.{h,m}",
"dependencies": {
"Texture/Core": [
"~> 2.6"
]
}
}