[Add] flappyim 3.12.8
[CocoaPods.git] / Specs / b / 2 / 9 / ODWeakify / 1.1.4 / ODWeakify.podspec.json
blob6d4a3a01dd72844742ca974eb92c904166de49f5
2   "name": "ODWeakify",
3   "version": "1.1.4",
4   "summary": "Weakify and strongify wrappers for ObjC",
5   "homepage": "https://github.com/Rogaven/ODWeakify",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "Alexey Nazaroff": "alexx.nazaroff@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/Rogaven/ODWeakify.git",
15     "tag": "1.1.4"
16   },
17   "social_media_url": "https://twitter.com/nazarff",
18   "platforms": {
19     "ios": "5.0",
20     "osx": "10.6",
21     "watchos": "1.0",
22     "tvos": "9.0"
23   },
24   "requires_arc": true,
25   "frameworks": "Foundation",
26   "source_files": "src/**/*",
27   "public_header_files": "src/include/**/*",
28   "dependencies": {
29     "ODStringify": [
31     ]
32   },
33   "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"