[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 0 / 3 / 5 / DUIToolbox / 0.2.2 / DUIToolbox.podspec.json
blob07bccd608967c481908ee0f1b5314596a906ca4e
2   "name": "DUIToolbox",
3   "version": "0.2.2",
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": "http://honzadvorsky.com"
9   },
10   "source": {
11     "git": "https://github.com/czechboy0/DUIToolbox.git",
12     "tag": "0.2.2"
13   },
14   "social_media_url": "http://twitter.com/czechboy0",
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "UIKitPlus",
22       "source_files": "Classes/UIKitPlus/**/*.{h,m}",
23       "frameworks": "UIKit",
24       "public_header_files": "Classes/UIKitPlus/**/*.{h}"
25     },
26     {
27       "name": "FoundationPlus",
28       "source_files": "Classes/FoundationPlus/*.{h,m}",
29       "frameworks": "Foundation",
30       "public_header_files": "Classes/FoundationPlus/**/*.{h}"
31     }
32   ]