blob: 05d440e0dfd5102b8250f476243add931028e260 [file] [log] [blame]
{
"name": "ESFramework",
"version": "3.21.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "An efficient, lightweight foundational framework for iOS, macOS, tvOS and watchOS.",
"homepage": "https://github.com/ElfSundae/ESFramework",
"social_media_url": "https://twitter.com/ElfSundae",
"authors": {
"Elf Sundae": "https://0x123.com"
},
"source": {
"git": "https://github.com/ElfSundae/ESFramework.git",
"tag": "3.21.2"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.11",
"watchos": "2.0"
},
"pod_target_xcconfig": {
"PRODUCT_BUNDLE_IDENTIFIER": "com.0x123.ESFramework"
},
"module_map": "Supporting Files/module.modulemap",
"subspecs": [
{
"name": "Foundation",
"source_files": [
"ESFramework/ESFramework.h",
"ESFramework/Foundation/*.{h,m}"
],
"frameworks": [
"CoreGraphics",
"Security"
]
},
{
"name": "Network",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.11"
},
"source_files": [
"ESFramework/ESFramework.h",
"ESFramework/Network/*.{h,m}"
],
"ios": {
"frameworks": [
"SystemConfiguration",
"CoreTelephony"
]
}
},
{
"name": "UIKit",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "ESFramework/UIKit/*.{h,m}",
"dependencies": {
"ESFramework/Foundation": [
],
"ESFramework/Network": [
]
}
}
]
}