blob: ba15121043af5e07d623d776779e2c3019af85a7 [file] [log] [blame]
{
"name": "Serrano",
"version": "0.1.2-alpha",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/pcpLiu/Serrano",
"authors": {
"Tim Liu": "pcpliu.dev@gmail.com"
},
"summary": "Graph computation library for iOS",
"source": {
"git": "https://github.com/pcpLiu/Serrano.git",
"tag": "0.1.2-alpha"
},
"module_name": "Serrano",
"documentation_url": "http://serrano-lib.org",
"platforms": {
"ios": "10.0",
"osx": "10.11"
},
"requires_arc": true,
"frameworks": "Accelerate",
"weak_frameworks": "Metal",
"source_files": "Source/**/*.{swift,c,h}",
"public_header_files": "Source/SupportingFiles/Serrano.h",
"resources": "Source/**/*.{metal}",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.2",
"SWIFT_INCLUDE_PATHS": "$(SRCROOT)/Serrano/Source/library/FBSUtil/**"
},
"preserve_paths": "Source/library/FBSUtil/module.modulemap",
"pushed_with_swift_version": "3.2"
}