blob: b6a1bac6887e9f8085778d44e0464d71b1c2e0c0 [file] [log] [blame]
{
"name": "ESFramework",
"version": "2.4.16",
"license": "MIT",
"summary": "An Effective & Swing Framework for iOS.",
"homepage": "https://github.com/ElfSundae/ESFramework",
"authors": {
"Elf Sundae": "http://0x123.com"
},
"source": {
"git": "https://github.com/ElfSundae/ESFramework.git",
"tag": "2.4.16",
"submodules": true
},
"social_media_url": "https://twitter.com/ElfSundae",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "ESFramework/ESFramework.h",
"subspecs": [
{
"name": "Core",
"source_files": "ESFramework/Core/**/*.{h,m}",
"private_header_files": "ESFramework/Core/**/*+Private.h",
"frameworks": [
"Security",
"CoreTelephony",
"SystemConfiguration"
]
},
{
"name": "UIKit",
"source_files": "ESFramework/UIKit/**/*.{h,m}",
"frameworks": [
"QuartzCore",
"StoreKit",
"MediaPlayer"
],
"dependencies": {
"ESFramework/Core": [
]
}
}
]
}