[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 1 / 2 / 4 / SigmaticUI / 2.1 / SigmaticUI.podspec.json
blob8cabb9e05fd39ec7189cd874a832820db073e44c
2   "name": "SigmaticUI",
3   "version": "2.1",
4   "license": "MIT",
5   "summary": "Take back control of your views and controllers",
6   "homepage": "https://github.com/Sigmatic/SigmaticUI",
7   "authors": {
8     "Hisham Alabri": "hisham@alabri.co"
9   },
10   "source": {
11     "git": "https://github.com/Sigmatic/SigmaticUI.git",
12     "tag": "2.1",
13     "submodules": true
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "6.0"
18   },
19   "dependencies": {
20     "SigmaticOC": [
21       "~> 1.0"
22     ]
23   },
24   "public_header_files": [
25     "SigmaticUI/UIView/*.h",
26     "SigmaticUI/UIViewControllerEvents/*.h"
27   ],
28   "source_files": "SigmaticUI/SigmaticUI.h",
29   "subspecs": [
30     {
31       "name": "UIView",
32       "source_files": "SigmaticUI/UIView/*.{h,m}"
33     },
34     {
35       "name": "UIViewController",
36       "source_files": "SigmaticUI/UIViewController/*.{h,m}"
37     }
38   ]