[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / e / b / ESFramework / 2.3.5 / ESFramework.podspec.json
bloba9eabf9425cd170d3a4a9e11302b82008655541c
2   "name": "ESFramework",
3   "version": "2.3.5",
4   "license": "MIT",
5   "summary": "An Effective & Swing Framework for iOS.",
6   "homepage": "https://github.com/ESFramework/ESFramework",
7   "authors": {
8     "Elf Sundae": "http://0x123.com"
9   },
10   "source": {
11     "git": "https://github.com/ESFramework/ESFramework.git",
12     "tag": "2.3.5",
13     "submodules": true
14   },
15   "social_media_url": "https://twitter.com/ElfSundae",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "ESFramework/ESFramework.h",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "ESFramework/Core/**/*.{h,m}",
25       "frameworks": [
26         "CoreGraphics",
27         "Security"
28       ]
29     },
30     {
31       "name": "Additions",
32       "source_files": "ESFramework/Additions/**/*.{h,m}",
33       "frameworks": [
34         "CoreTelephony",
35         "SystemConfiguration"
36       ],
37       "dependencies": {
38         "ESFramework/Core": [
40         ]
41       }
42     },
43     {
44       "name": "App",
45       "source_files": "ESFramework/App/**/*.{h,m}",
46       "private_header_files": "ESFramework/App/**/*+Private.h",
47       "dependencies": {
48         "ESFramework/Core": [
50         ],
51         "ESFramework/Additions": [
53         ]
54       }
55     },
56     {
57       "name": "StoreKit",
58       "source_files": "ESFramework/StoreKit/**/*.{h,m}",
59       "frameworks": "StoreKit",
60       "dependencies": {
61         "ESFramework/Core": [
63         ],
64         "ESFramework/Additions": [
66         ],
67         "ESFramework/App": [
69         ]
70       }
71     },
72     {
73       "name": "UIKit",
74       "source_files": "ESFramework/UIKit/ESFrameworkUIKit.h",
75       "frameworks": "QuartzCore",
76       "subspecs": [
77         {
78           "name": "Animation",
79           "source_files": "ESFramework/UIKit/Animation/**/*.{h,m}"
80         },
81         {
82           "name": "View",
83           "source_files": "ESFramework/UIKit/View/**/*.{h,m}",
84           "dependencies": {
85             "ESFramework/Core": [
87             ],
88             "ESFramework/Additions": [
90             ]
91           }
92         },
93         {
94           "name": "RefreshControl",
95           "source_files": "ESFramework/UIKit/RefreshControl/**/*.{h,m}",
96           "dependencies": {
97             "ESFramework/UIKit/View": [
99             ]
100           }
101         },
102         {
103           "name": "Controller",
104           "source_files": "ESFramework/UIKit/Controller/**/*.{h,m}",
105           "frameworks": "MediaPlayer",
106           "dependencies": {
107             "ESFramework/App": [
109             ],
110             "ESFramework/UIKit/View": [
112             ],
113             "ESFramework/UIKit/RefreshControl": [
115             ]
116           }
117         }
118       ]
119     }
120   ]