[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / c / 1 / AMYServer / 1.0.0 / AMYServer.podspec.json
blob5ffda6ad04ad126ef474bd698c1a6e4359b42f22
2   "name": "AMYServer",
3   "version": "1.0.0",
4   "summary": "AMY Mocks Your Server - A mock HTTP server for KIF.",
5   "homepage": "https://github.com/bnickel/AMYServer",
6   "license": "Apache 2.0",
7   "authors": {
8     "Brian Nickel": "brian.nickel@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/bnickel/AMYServer.git",
12     "tag": "v1.0.0"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source_files": "AMYServer",
18   "requires_arc": true,
19   "frameworks": "SenTestingKit",
20   "dependencies": {
21     "KIF": [
22       "~> 2.0"
23     ],
24     "GRMustache": [
25       "~> 6.7"
26     ]
27   }