[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / e / b / ESFramework / 2.5.0 / ESFramework.podspec.json
blob1a7a9ea12764624262026a84a71e3826c5ec9cab
2   "name": "ESFramework",
3   "version": "2.5.0",
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.0",
13     "submodules": true
14   },
15   "social_media_url": "https://twitter.com/ElfSundae",
16   "requires_arc": true,
17   "source_files": "ESFramework/ESFramework.h",
18   "platforms": {
19     "ios": "7.0"
20   },
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       ]
44     },
45     {
46       "name": "UIKit",
47       "source_files": "ESFramework/UIKit/**/*.{h,m}",
48       "frameworks": [
49         "QuartzCore",
50         "StoreKit",
51         "MediaPlayer"
52       ],
53       "dependencies": {
54         "ESFramework/Core": [
56         ]
57       }
58     }
59   ]