blob: 45fbc4d33ac5c63adba443b266a8d604b1ee30c1 [file] [log] [blame]
{
"name": "SYTimer",
"version": "0.1.6",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/wangson1237/SYTimer",
"authors": {
"Wangson1237": "wangson1237@outlook.com"
},
"summary": "Base on CFRunLoop Timer for iOS.",
"source": {
"git": "https://github.com/wangson1237/SYTimer.git",
"tag": "0.1.6"
},
"module_name": "SYTimer",
"header_dir": "SYTimer",
"platforms": {
"ios": "10.0"
},
"default_subspecs": "Core",
"libraries": "c++",
"pod_target_xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "c++11",
"CLANG_CXX_LIBRARY": "libc++"
},
"subspecs": [
{
"name": "Core",
"compiler_flags": "-fno-exceptions -Wno-implicit-retain-self",
"public_header_files": [
"Source/*.h"
],
"source_files": [
"Source/**/*.{h,mm}"
]
}
]
}