[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 3 / 7 / 1 / SymbiOSis / 0.3.2 / SymbiOSis.podspec.json
blob04958ef5f8207130ef2409202b4c0cd4ad003f41
2   "name": "SymbiOSis",
3   "version": "0.3.2",
4   "summary": "An MVVM-inspired framework for building apps with less code, less bugs, and in less time.",
5   "homepage": "https://github.com/daniel-hall/SymbiOSis",
6   "license": "MIT",
7   "authors": {
8     "Dan Hall": "dan@danhall.io"
9   },
10   "source": {
11     "git": "https://github.com/daniel-hall/SymbiOSis.git",
12     "tag": "0.3.2"
13   },
14   "social_media_url": "https://twitter.com/_danielhall",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "SymbiOSis/SymbiOSis.h",
21     "SymbiOSis/Core/*",
22     "SymbiOSis/Bindings/*",
23     "SymbiOSis/Responders/*",
24     "SymbiOSis/DataSources/*",
25     "SymbiOSis/Private/*"
26   ],
27   "public_header_files": [
28     "SymbiOSis/SymbiOSis.h",
29     "SymbiOSis/Core/*.h",
30     "SymbiOSis/Bindings/*.h",
31     "SymbiOSis/Responders/*.h",
32     "SymbiOSis/DataSources/*.h"
33   ],
34   "frameworks": "UIKit"