blob: e710de366c5792152dad343d97d9c76c92ca3737 [file] [log] [blame]
{
"name": "ODStringify",
"version": "1.1.2",
"summary": "Make string from functions, classes, properties and defines safely",
"homepage": "https://github.com/Rogaven/ODStringify",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Alexey Nazaroff": "alexx.nazaroff@gmail.com"
},
"source": {
"git": "https://github.com/Rogaven/ODStringify.git",
"tag": "1.1.2"
},
"social_media_url": "https://twitter.com/nazarff",
"platforms": {
"ios": "5.0",
"osx": "10.6",
"watchos": "1.0",
"tvos": "9.0"
},
"prefix_header_contents": "#ifndef TARGET_OS_IOS\n #define TARGET_OS_IOS TARGET_OS_IPHONE\n#endif\n#ifndef TARGET_OS_WATCH\n #define TARGET_OS_WATCH 0\n#endif\n#ifndef TARGET_OS_TV\n #define TARGET_OS_TV 0\n#endif",
"requires_arc": true,
"frameworks": "Foundation",
"source_files": "src/**/*",
"public_header_files": "src/include/**/*"
}