blob: a8e86e6a706ca28eb64d5e5e910eff7fbafb2268 [file] [log] [blame]
{
"name": "ESFramework",
"version": "3.14.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "ESFramework is an efficient, small framework for iOS.",
"homepage": "https://github.com/ElfSundae/ESFramework",
"authors": {
"Elf Sundae": "https://0x123.com"
},
"source": {
"git": "https://github.com/ElfSundae/ESFramework.git",
"tag": "3.14.0"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "ESFramework/ESFramework.h",
"subspecs": [
{
"name": "Core",
"source_files": "ESFramework/Core/**/*.{h,m}",
"frameworks": "CoreGraphics"
},
{
"name": "Foundation",
"source_files": "ESFramework/Foundation/**/*.{h,m}",
"frameworks": "Security",
"dependencies": {
"ESFramework/Core": [
]
}
},
{
"name": "Network",
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0"
},
"source_files": "ESFramework/Network/**/*.{h,m}",
"frameworks": [
"SystemConfiguration",
"CoreTelephony"
]
},
{
"name": "UIKit",
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"source_files": "ESFramework/UIKit/**/*.{h,m}",
"dependencies": {
"ESFramework/Foundation": [
],
"ESFramework/Network": [
],
"AFNetworking/Reachability": [
">= 2.0"
]
}
}
]
}