blob: d44e6182c3da4f0a471c301d6585f35179e1a9f9 [file] [log] [blame]
{
"name": "LeomaFramework",
"version": "1.0.4",
"summary": "Leoma Hybrid Bridge",
"description": "An optional longer description of LeomaFramework\n\n* Markdown format.\n* Don't worry about the indent, we strip it!",
"homepage": "https://github.com/humphrywang",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"humphrywang": "humphrywang@hotmail.com"
},
"source": {
"git": "https://github.com/humphrywang/LeomaFramework.git",
"tag": "1.0.4"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Base64",
"source_files": "LeomaVendor/Base64/*.{h,m}",
"requires_arc": false
},
{
"name": "JSONKit",
"source_files": "LeomaVendor/JSONKit/*.{h,m}",
"requires_arc": false
},
{
"name": "IdentifierAddition",
"source_files": "LeomaVendor/IdentifierAddition/*.{h,m}",
"requires_arc": false
},
{
"name": "InteractiveLeoma",
"source_files": "**/*.{h,m}",
"private_header_files": [
"LeomaCore/WebView/LeomaUIWebView.h",
"LeomaCore/WebView/LeomaWKWebView.h",
"LeomaNavigator/LeomaNavigationBarS.h",
"LeomaNavigator/LeomaEffectiveNavigation.h",
"LeomaNavigator/LeomaMaskView.h"
],
"exclude_files": "LeomaVendor",
"resources": [
"**/*png",
"**/*.xib",
"**/*.script"
],
"frameworks": "WebKit",
"dependencies": {
"ASIHTTPRequest": [
],
"Reachability": [
],
"LeomaFramework/Base64": [
],
"LeomaFramework/JSONKit": [
],
"LeomaFramework/IdentifierAddition": [
]
},
"prefix_header_contents": [
"#import \"LeomaSystem.h\"",
"#import \"LeomaCategories.h\"",
"#import \"LeomaLog.h\"",
"#import \"LeomaUtils.h\"",
"#import \"LeomaDefine.h\""
]
}
]
}