[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / e / b / ESFramework / 2.4.4 / ESFramework.podspec.json
blob7c9de75625dae81545b3185b17aafe097e0d64b9
2   "name": "ESFramework",
3   "version": "2.4.4",
4   "license": "MIT",
5   "summary": "An Effective & Swing Framework for iOS.",
6   "homepage": "https://github.com/ElfSundae/ESFramework",
7   "authors": {
8     "Elf Sundae": "http://0x123.com"
9   },
10   "source": {
11     "git": "https://github.com/ElfSundae/ESFramework.git",
12     "tag": "2.4.4",
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       "private_header_files": "ESFramework/Core/**/*+Private.h",
26       "frameworks": [
27         "Security",
28         "CoreTelephony",
29         "SystemConfiguration"
30       ]
31     },
32     {
33       "name": "UIKit",
34       "source_files": "ESFramework/UIKit/**/*.{h,m}",
35       "frameworks": [
36         "QuartzCore",
37         "StoreKit",
38         "MediaPlayer"
39       ],
40       "dependencies": {
41         "ESFramework/Core": [
43         ]
44       }
45     }
46   ]