[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 3 / 5 / DUIToolbox / 0.1.1 / DUIToolbox.podspec.json
blobb31c51b3750e6648378d1567135199d68afe1c86
2   "name": "DUIToolbox",
3   "version": "0.1.1",
4   "summary": "The DUIToolbox is a mini library of classes useful for iOS UIKit developers.",
5   "homepage": "https://github.com/czechboy0/DUIToolbox",
6   "license": "MIT",
7   "authors": {
8     "Honza Dvorsky": "jan.dvorsky@yahoo.com"
9   },
10   "source": {
11     "git": "https://github.com/czechboy0/DUIToolbox.git",
12     "tag": "0.1.1"
13   },
14   "social_media_url": "http://twitter.com/czechboy0",
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source_files": "Classes/ios",
20   "ios": {
21     "exclude_files": "Classes/osx"
22   },
23   "public_header_files": "Classes/**/*.h",
24   "frameworks": [
25     "UIKit",
26     "Foundation"
27   ]