blob: 3f13d5a32b26a64a7306cfe898d0ac1f282b82d3 [file] [log] [blame]
{
"name": "ESFramework",
"version": "3.26.1",
"license": "MIT",
"summary": "An efficient, lightweight foundational framework for iOS, macOS, tvOS, watchOS, and Mac Catalyst.",
"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.26.1"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.10",
"watchos": "2.0"
},
"ios": {
"pod_target_xcconfig": {
"PRODUCT_BUNDLE_IDENTIFIER": "com.0x123.ESFramework"
}
},
"tvos": {
"pod_target_xcconfig": {
"PRODUCT_BUNDLE_IDENTIFIER": "com.0x123.ESFramework"
}
},
"osx": {
"pod_target_xcconfig": {
"PRODUCT_BUNDLE_IDENTIFIER": "com.0x123.ESFramework"
}
},
"watchos": {
"pod_target_xcconfig": {
"PRODUCT_BUNDLE_IDENTIFIER": "com.0x123.ESFramework-watchOS"
}
},
"source_files": "ESFramework/ESFramework.h",
"subspecs": [
{
"name": "Foundation",
"source_files": "ESFramework/Foundation/*.{h,m}"
},
{
"name": "Network",
"source_files": "ESFramework/Network/*.{h,m}",
"dependencies": {
"ESFramework/Foundation": [
]
}
},
{
"name": "UIKit",
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "ESFramework/UIKit/*.{h,m}",
"dependencies": {
"ESFramework/Foundation": [
],
"ESFramework/Network": [
]
}
}
]
}