| 123456789101112131415161718192021222324252627282930 |
- {
- "name": "Eureka",
- "version": "5.3.6",
- "license": "MIT",
- "summary": "Elegant iOS Forms in pure Swift",
- "homepage": "https://github.com/xmartlabs/Eureka",
- "social_media_url": "http://twitter.com/xmartlabs",
- "authors": {
- "Martin Barreto": "martin@xmartlabs.com",
- "Mathias Claassen": "mathias@xmartlabs.com"
- },
- "source": {
- "git": "https://github.com/xmartlabs/Eureka.git",
- "tag": "5.3.6"
- },
- "platforms": {
- "ios": "9.0"
- },
- "ios": {
- "frameworks": [
- "UIKit",
- "Foundation"
- ]
- },
- "source_files": "Source/**/*.swift",
- "requires_arc": true,
- "swift_versions": "5.0",
- "swift_version": "5.0"
- }
|