[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 8 / e / 2 / stubble / 1.0.1 / stubble.podspec.json
blob2cdcd309c65780ff40e31aec8cab4a2501adb7f5
2   "name": "stubble",
3   "version": "1.0.1",
4   "summary": "An iOS mocking framework in the spirit of Mockito.",
5   "homepage": "https://github.com/Stubble/stubble",
6   "license": {
7     "type": "MIT license",
8     "file": "license.txt"
9   },
10   "authors": [
11     "JARinteractive",
12     "micahhainline",
13     "thejonhall",
14     "johnhainline"
15   ],
16   "platforms": {
17     "ios": "6.0"
18   },
19   "source": {
20     "git": "https://github.com/Stubble/stubble.git",
21     "tag": "Release_1.0.1"
22   },
23   "source_files": "Stubble/**/*.{h,m}",
24   "xcconfig": {
25     "OTHER_LDFLAGS": "-lObjC"
26   },
27   "requires_arc": true