[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 5 / 4 / 6 / SimpleUIKit / 1.0.7 / SimpleUIKit.podspec.json
bloba98049040b7cef53a1a4906e92e40dd2d74ae693
2   "name": "SimpleUIKit",
3   "version": "1.0.7",
4   "summary": "This is a collection of a few UIKit API's simplified.",
5   "description": "This simplifies the usage for various UIKit classes. See the subpods description",
6   "homepage": "https://github.com/calimarkus/SimpleUIKit",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Markus Emrich": "markus.emrich@gmail.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/calimarkus/SimpleUIKit.git",
18     "tag": "1.0.7"
19   },
20   "subspecs": [
21     {
22       "name": "SimpleActivityView",
23       "source_files": "SimpleUIKit/SimpleActivityView/*.{h,m}"
24     },
25     {
26       "name": "SimpleAlertController",
27       "source_files": "SimpleUIKit/SimpleAlertController/*.{h,m}"
28     },
29     {
30       "name": "SimpleAttributedString",
31       "source_files": "SimpleUIKit/SimpleAttributedString/*.{h,m}"
32     },
33     {
34       "name": "SimpleLocalNotification",
35       "source_files": "SimpleUIKit/SimpleLocalNotification/*.{h,m}"
36     },
37     {
38       "name": "SimpleMotionEffects",
39       "source_files": "SimpleUIKit/SimpleMotionEffects/*.{h,m}"
40     },
41     {
42       "name": "SimplePositioning",
43       "source_files": "SimpleUIKit/SimplePositioning/*.{h,m}"
44     },
45     {
46       "name": "SimpleTableView",
47       "source_files": "SimpleUIKit/SimpleTableView/*.{h,m}"
48     }
49   ]