[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 8 / e / 2 / stubble / 0.3.0 / stubble.podspec.json
blobb718e3b5107090fe976f48f8b6ab690426088d2d
2   "name": "stubble",
3   "version": "0.3.0",
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_0.3.0"
22   },
23   "source_files": "Stubble/**/*.{h,m}",
24   "xcconfig": {
25     "OTHER_LDFLAGS": "-lObjC"
26   },
27   "requires_arc": true