[Add] AlibabacloudEas20210701 6.4.0
[CocoaPods.git] / Specs / a / e / b / ESFramework / 2.5.1 / ESFramework.podspec.json
blobf66f61e3eeac53b7489269dbca4b941ae07fd1c4
2   "name": "ESFramework",
3   "version": "2.5.1",
4   "license": "MIT",
5   "summary": "An Effective & Swingy 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.5.1",
13     "submodules": true
14   },
15   "social_media_url": "https://twitter.com/ElfSundae",
16   "requires_arc": true,
17   "platforms": {
18     "ios": "7.0"
19   },
20   "source_files": "ESFramework/ESFramework.h",
21   "subspecs": [
22     {
23       "name": "Reachability",
24       "platforms": {
25         "ios": "7.0",
26         "osx": "10.9"
27       },
28       "source_files": "ESFramework/Reachability/*.{h,m}",
29       "frameworks": "SystemConfiguration"
30     },
31     {
32       "name": "Core",
33       "dependencies": {
34         "ESFramework/Reachability": [
36         ]
37       },
38       "source_files": "ESFramework/Core/**/*.{h,m}",
39       "private_header_files": "ESFramework/Core/**/*+Private.h",
40       "frameworks": [
41         "Security",
42         "CoreTelephony",
43         "SystemConfiguration"
44       ]
45     },
46     {
47       "name": "UIKit",
48       "dependencies": {
49         "ESFramework/Core": [
51         ]
52       },
53       "source_files": "ESFramework/UIKit/**/*.{h,m}",
54       "frameworks": [
55         "QuartzCore",
56         "StoreKit",
57         "MediaPlayer"
58       ]
59     }
60   ]