blob: ac26ca3c72d5a97dd057160e8f6c8136cba60846 [file] [log] [blame]
{
"name": "OABSmartWidget",
"version": "0.1.0",
"summary": "A Drag And Drop library for iOS (min iOS 8).",
"description": "A Drag And Drop library for iOS (min iOS 8).\nThis library is based on draggable collection view made by Luke Scott (https://github.com/lukescott/DraggableCollectionView).\nThe purpose is to give a base implementation for draggable cells to be reused in other projects.",
"homepage": "https://gitlab.aql.fr/dt-components/widget-ios",
"license": "MIT",
"authors": {
"DE BOCK Arnaud": "arnaud.debock@orange.com"
},
"source": {
"git": "https://gitlab.aql.fr/dt-components/widget-ios.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"public_header_files": [
"Pod/Classes/Public/**/*.h"
],
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"OABSmartWidget": [
"Pod/Assets/*.png"
]
}
}