[Add] FTMobileSDK 1.5.8-alpha.2
[CocoaPods.git] / Specs / b / 4 / 5 / MSSpec / 0.0.3 / MSSpec.podspec.json
blobe574ee118499eb37852ef9cc9c7a73270344147b
2   "name": "MSSpec",
3   "version": "0.0.3",
4   "summary": "Kiwi Spec with support to inject mocks using Objection",
5   "description": "Kiwi Spec with support to inject mocks using Objection.\n\nA series of macros also make using Objection much easier:\n\n- ```MSInjectionRequireProperties```\n- ```MSInjectionDesignatedInitializer```,\n- ```MSInjectionCreateObject```,\n- ```MSInjectionInjectDependencies```\n",
6   "homepage": "https://github.com/mindsnacks/MSSpec",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "NachoSoto": "hello@nachosoto.com"
13   },
14   "default_subspecs": [
15     "App"
16   ],
17   "requires_arc": true,
18   "platforms": {
19     "ios": "7.0",
20     "osx": "10.7"
21   },
22   "source": {
23     "git": "https://github.com/mindsnacks/MSSpec.git",
24     "tag": "0.0.3"
25   },
26   "dependencies": {
27     "Objection": [
28       "~> 1.2"
29     ],
30     "libextobjc": [
31       "~> 0.3"
32     ]
33   },
34   "subspecs": [
35     {
36       "name": "App",
37       "source_files": "MSSpec/Classes/App/*.{h,m}",
38       "public_header_files": "MSSpec/Classes/MSInjection.h"
39     },
40     {
41       "name": "Tests",
42       "dependencies": {
43         "Kiwi/XCTest": [
44           "~> 2.x"
45         ],
46         "MSSpec/App": [
48         ]
49       },
50       "frameworks": "XCTest",
51       "source_files": "MSSpec/Classes/Tests/*.{h,m}",
52       "public_header_files": "MSSpec/Classes/Tests/MSSpec.h",
53       "prefix_header_contents": "#import <MSSpec/MSSpec.h>\n"
54     }
55   ]