[Add] MentaIFLYAdapter 6.00.23
[CocoaPods.git] / Specs / c / 3 / 7 / InjectionTDD / 0.6.1 / InjectionTDD.podspec.json
blob27ce1979454899c53826383fe1fee7f66b4940b2
2   "name": "InjectionTDD",
3   "version": "0.6.1",
4   "summary": "TDD test support",
5   "platforms": {
6     "ios": "8.0",
7     "osx": "10.11",
8     "tvos": "9.2"
9   },
10   "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.",
11   "homepage": "https://github.com/polac24/InjectionTDD",
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "Bartosz Polaczyk": "polac24@gmail.com"
18   },
19   "source": {
20     "git": "https://github.com/polac24/InjectionTDD.git",
21     "tag": "0.6.1"
22   },
23   "social_media_url": "https://twitter.com/norapsi",
24   "source_files": "InjectionTDD/Classes/**/*",
25   "pod_target_xcconfig": {
26     "GCC_GENERATE_DEBUGGING_SYMBOLS": "NO"
27   },
28   "frameworks": "XCTest"