[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 1 / 5 / 6 / ImageRow / 3.1.0 / ImageRow.podspec.json
blob8ca972ba0e1782c7767ba2281f5b37227f779a95
2   "name": "ImageRow",
3   "version": "3.1.0",
4   "summary": "Eureka row that allows us to take or select a picture.",
5   "homepage": "https://github.com/EurekaCommunity/ImageRow",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Xmartlabs SRL": "swift@xmartlabs.com"
12   },
13   "source": {
14     "git": "https://github.com/EurekaCommunity/ImageRow.git",
15     "tag": "3.1.0"
16   },
17   "social_media_url": "https://twitter.com/EurekaCommunity",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "ios": {
23     "source_files": "Sources/**/*.{swift}"
24   },
25   "dependencies": {
26     "Eureka": [
27       "~> 4.0"
28     ]
29   }