[Add] TTSDK-iOS 2.0.2
[CocoaPods.git] / Specs / 0 / 3 / 5 / DUIToolbox / 0.3 / DUIToolbox.podspec.json
blobb220a122d00396404212b299612c11d9b3a14a53
2   "name": "DUIToolbox",
3   "version": "0.3",
4   "summary": "The DUIToolbox is a mini library of classes useful for iOS UIKit developers.",
5   "homepage": "http://honzadvorsky.com/duitoolbox-open-source/",
6   "license": "MIT",
7   "authors": {
8     "Honza Dvorsky": "http://honzadvorsky.com/duitoolbox-open-source/"
9   },
10   "source": {
11     "git": "https://github.com/czechboy0/DUIToolbox.git",
12     "tag": "0.3"
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   ]