[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 7 / 2 / ODStringify / 1.1.2 / ODStringify.podspec.json
blobe710de366c5792152dad343d97d9c76c92ca3737
2   "name": "ODStringify",
3   "version": "1.1.2",
4   "summary": "Make string from functions, classes, properties and defines safely",
5   "homepage": "https://github.com/Rogaven/ODStringify",
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/ODStringify.git",
15     "tag": "1.1.2"
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   "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",
25   "requires_arc": true,
26   "frameworks": "Foundation",
27   "source_files": "src/**/*",
28   "public_header_files": "src/include/**/*"