[Add] CloudwiseMAgent 2.8.0
[CocoaPods.git] / Specs / 6 / 9 / e / Expecta+Dates / 0.1.0 / Expecta+Dates.podspec.json
blob0bc9f41110335318207e255ea9dff1dd0e6c7e3f
2   "name": "Expecta+Dates",
3   "version": "0.1.0",
4   "summary": "Date matches for Expecta",
5   "description": "Adds matchers to Expecta for comparing dates",
6   "homepage": "https://github.com/foulkesjohn/Expecta-Dates",
7   "license": "MIT",
8   "authors": {
9     "John Foulkes": "foulkes_john@hotmail.com"
10   },
11   "source": {
12     "git": "https://github.com/foulkesjohn/Expecta-Dates.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/jfoulkes",
16   "source_files": "Classes",
17   "requires_arc": true,
18   "frameworks": [
19     "Foundation",
20     "XCTest"
21   ],
22   "dependencies": {
23     "Expecta": [
24       "~> 0.3"
25     ]
26   },
27   "platforms": {
28     "ios": "6.0"
29   }