[Add] ShopSphare 1.0.4
[CocoaPods.git] / Specs / 9 / a / c / SwiftImport / 1.0.0 / SwiftImport.podspec.json
bloba2840bbc52c1bf7e1db7c553e7fff89a376c6337
2   "name": "SwiftImport",
3   "version": "1.0.0",
4   "summary": "Type safe core data from JSON import library",
5   "description": "This is type safe core data import lib from JSON inspired by the post https://robots.thoughtbot.com/efficient-json-in-swift-with-functional-concepts-and-generics",
6   "homepage": "https://github.com/sergdort/SwiftImport",
7   "license": "MIT",
8   "authors": {
9     "sergdort": "sergdort@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/sergdort/SwiftImport.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "https://twitter.com/SergDort",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes/**/*.swift"