[Add] SmartCodable 3.4.6-beta
[CocoaPods.git] / Specs / 8 / c / e / AdaptiveController / 0.0.2 / AdaptiveController.podspec.json
blob2d633f6b031d378661b21b93a574d8ad029c1280
2   "name": "AdaptiveController",
3   "version": "0.0.2",
4   "summary": "AdaptiveController is a Progressive Reduction Swift module for adding custom states to Native or Custom UI elements.",
5   "license": {
6     "type": "MIT"
7   },
8   "authors": {
9     "Artem Kislitsyn, Yuri Vasilenko": "juri.v@ramotion.com"
10   },
11   "homepage": "https://github.com/Ramotion/adaptive-tab-bar",
12   "frameworks": [
13     "Foundation",
14     "AdaptiveController",
15     "UIKit"
16   ],
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/Ramotion/adaptive-tab-bar.git",
20     "tag": "0.0.2"
21   },
22   "source_files": "AdaptiveController/AdaptiveController/*.{h,swift}",
23   "osx": {
24     "public_header_files": [
25       "AdaptiveController-0.0.1/osx/AdaptiveController.framework/Versions/A/Headers/*.h",
26       "AdaptiveController/AdaptiveController/*.{h,swift}"
27     ]
28   },
29   "ios": {
30     "public_header_files": [
31       "AdaptiveController-0.0.1/ios/AdaptiveController.framework/Versions/A/Headers/*.h",
32       "AdaptiveController/AdaptiveController/*.{h,swift}"
33     ]
34   }