[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / b / 3 / 5 / OABSmartWidget / 0.1.0 / OABSmartWidget.podspec.json
blobac26ca3c72d5a97dd057160e8f6c8136cba60846
2   "name": "OABSmartWidget",
3   "version": "0.1.0",
4   "summary": "A Drag And Drop library for iOS (min iOS 8).",
5   "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.",
6   "homepage": "https://gitlab.aql.fr/dt-components/widget-ios",
7   "license": "MIT",
8   "authors": {
9     "DE BOCK Arnaud": "arnaud.debock@orange.com"
10   },
11   "source": {
12     "git": "https://gitlab.aql.fr/dt-components/widget-ios.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "public_header_files": [
20     "Pod/Classes/Public/**/*.h"
21   ],
22   "source_files": "Pod/Classes/**/*",
23   "resource_bundles": {
24     "OABSmartWidget": [
25       "Pod/Assets/*.png"
26     ]
27   }