[Add] Storyly 3.12.1
[CocoaPods.git] / Specs / 3 / 2 / 4 / BKRecursiveDescription / 0.0.1 / BKRecursiveDescription.podspec.json
blob637e4ed8724fc30d4afe4ed32c769ffa1abe98b1
2   "name": "BKRecursiveDescription",
3   "version": "0.0.1",
4   "summary": "A very simple interface to enable detailed, recursive descriptions of objects and their properties with a minimum amount of work.",
5   "homepage": "https://github.com/Basket/BKRecursiveDescription",
6   "license": "MIT",
7   "authors": {
8     "Andrew Toulouse": "andrew@atoulou.se"
9   },
10   "source": {
11     "git": "https://github.com/Basket/BKRecursiveDescription.git",
12     "tag": "0.0.1"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": "BKRecursiveDescription/*.{h,m}",
19   "public_header_files": [
20     "BKRecursiveDescription/BKRecursiveDescription.h",
21     "BKRecursiveDescription/BKDescribable.h",
22     "BKRecursiveDescription/NSObject+BKRecursiveDescription.h"
23   ],
24   "frameworks": "Foundation",
25   "xcconfig": {
26     "GCC_C_LANGUAGE_STANDARD": "gnu11"
27   }