blob: 411d52ab6c3c96212bebd2336b46689d30d0e824 [file] [log] [blame]
{
"name": "ESFramework",
"version": "2.4.10",
"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.10",
"submodules": true
},
"social_media_url": "https://twitter.com/ElfSundae",
"platforms": {
"ios": "7.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": [
]
}
}
]
}