[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 3 / 7 / InjectionTDD / 0.5.0 / InjectionTDD.podspec.json
blob7e60118a3b4e9959adad248fb2d5e352ffd6b54f
2   "name": "InjectionTDD",
3   "version": "0.5.0",
4   "summary": "TDD test support",
5   "platforms": {
6     "ios": "8.0"
7   },
8   "description": "This library allows to freeze Xcode unit tests in order to\nlet injectionforxcode tool ability to live update implementation code \nand its unit tests.\n\nThis library has sense to work only with injectionforxcode to\ngive full TDD experience.",
9   "homepage": "https://github.com/polac24/InjectionTDD",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Bartosz Polaczyk": "polac24@gmail.com"
16   },
17   "source": {
18     "git": "https://github.com/polac24/InjectionTDD.git",
19     "tag": "0.5.0"
20   },
21   "social_media_url": "https://twitter.com/norapsi",
22   "source_files": "InjectionTDD/Classes/**/*",
23   "pod_target_xcconfig": {
24     "GCC_GENERATE_DEBUGGING_SYMBOLS": "NO"
25   },
26   "frameworks": "XCTest"