blob: 6d4a3a01dd72844742ca974eb92c904166de49f5 [file] [log] [blame]
{
"name": "ODWeakify",
"version": "1.1.4",
"summary": "Weakify and strongify wrappers for ObjC",
"homepage": "https://github.com/Rogaven/ODWeakify",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Alexey Nazaroff": "alexx.nazaroff@gmail.com"
},
"source": {
"git": "https://github.com/Rogaven/ODWeakify.git",
"tag": "1.1.4"
},
"social_media_url": "https://twitter.com/nazarff",
"platforms": {
"ios": "5.0",
"osx": "10.6",
"watchos": "1.0",
"tvos": "9.0"
},
"requires_arc": true,
"frameworks": "Foundation",
"source_files": "src/**/*",
"public_header_files": "src/include/**/*",
"dependencies": {
"ODStringify": [
]
},
"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"
}