blob: 10caed34ea722fb4b81e5bb78fa4c61316cf78c7 [file] [log] [blame]
{
"name": "ASDKFluentExtensions",
"version": "0.3",
"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.3"
},
"platforms": {
"ios": "8.0"
},
"public_header_files": "Source/*.h",
"source_files": "Source/*.{h,m}",
"dependencies": {
"Texture": [
"~> 2.3.2"
]
}
}