blob: 6c407e05622c050b6b42fab96eff95724742d0e6 [file] [log] [blame]
{
"name": "ESFramework",
"version": "3.17.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "An efficient, small framework for iOS, macOS, watchOS, and tvOS.",
"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.17.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": [
]
},
"ios": {
"dependencies": {
"ESFramework/Network": [
],
"AFNetworking/Reachability": [
">= 2.0"
]
}
}
}
]
}