blob: ac7b4814bd48a05366cf4f2a4ca38a62a71f22dc [file] [log] [blame]
{
"name": "ESFramework",
"version": "3.11.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.11.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "ESFramework/ESFramework.h",
"subspecs": [
{
"name": "Core",
"source_files": "ESFramework/Core/**/*.{h,m}"
},
{
"name": "Foundation",
"source_files": "ESFramework/Foundation/**/*.{h,m}",
"frameworks": "Security",
"dependencies": {
"ESFramework/Core": [
]
}
},
{
"name": "Network",
"source_files": "ESFramework/Network/**/*.{h,m}",
"frameworks": [
"SystemConfiguration",
"CoreTelephony"
]
},
{
"name": "UIKit",
"source_files": "ESFramework/UIKit/**/*.{h,m}",
"dependencies": {
"ESFramework/Foundation": [
],
"ESFramework/Network": [
],
"AFNetworkingExtension/Reachability": [
]
}
}
]
}