blob: 8f2ad6b7c8b484030696b57f5a4ad78c63e942d5 [file] [log] [blame]
{
"name": "Serrano",
"version": "0.1.4-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.4-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}",
"preserve_paths": "Source/library/FBSUtil/module.modulemap",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.2",
"USER_HEADER_SEARCH_PATHS": "$(PODS_TARGET_SRCROOT)/Source/library/FBSUtil/**",
"SWIFT_INCLUDE_PATHS": "$(PODS_TARGET_SRCROOT)/Source/library/FBSUtil/**",
"MTL_HEADER_SEARCH_PATHS": "$(PODS_TARGET_SRCROOT)/Source/Serrano/utils"
},
"pushed_with_swift_version": "3.2"
}