[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 1 / 2 / 4 / SigmaticUI / 1.0.0 / SigmaticUI.podspec.json
blob09d99538e54c25cd41e48e3b18da2cd6164b5213
2   "name": "SigmaticUI",
3   "version": "1.0.0",
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": "1.0.0",
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": "SigmaticUI/*.h",
25   "source_files": "SigmaticUI/SigmaticUI.h",
26   "subspecs": [
27     {
28       "name": "UIView",
29       "source_files": "SigmaticUI/UIView/*.{h,m}"
30     },
31     {
32       "name": "UIViewControllerEvents",
33       "source_files": "SigmaticUI/UIViewControllerEvents/*.{h,m}"
34     }
35   ]