[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 8 / 0 / f / TheKitchenSync / 1.0.3 / TheKitchenSync.podspec.json
blob4e2a7004bbda8f3c8bfd023d62e43819386fb870
2   "name": "TheKitchenSync",
3   "version": "1.0.3",
4   "summary": "From Cue: A Tool Belt for iOS Concurrency.",
5   "homepage": "https://www.cueup.com",
6   "license": "Apache",
7   "authors": {
8     "Aaron Sarazan": "aaron@cueup.com",
9     "Robby Walker": "robbyw@cueup.com"
10   },
11   "source": {
12     "git": "https://github.com/Cue/TheKitchenSync.git",
13     "tag": "1.0.3"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source_files": "Classes/**/*.{h,hpp,m,mm,cc,c,cpp}",
19   "exclude_files": "TheKitchenSyncTests",
20   "libraries": "c++",
21   "requires_arc": false,
22   "xcconfig": {
23     "CLANG_CXX_LIBRARY": "libc++",
24     "CLANG_CXX_LANGUAGE_STANDARD": "c++0x",
25     "OTHER_CPLUSPLUSFLAGS": "-fobjc-call-cxx-cdtors"
26   }