blob: 261f530aab0802c1d8a3bd62263cef12cd5aa432 [file] [log] [blame]
{
"name": "RoutableIOS",
"version": "0.0.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "It is framework implemented to help manage your IOS app routing",
"homepage": "http://seductive-mobile.com",
"social_media_url": "https://www.facebook.com/malkevych",
"authors": {
"Malkevych Bohdan Ihorovych": "webslesar@gmail.com"
},
"source": {
"git": "https://github.com/SeductiveMobile/RoutableIOS.git",
"tag": "v0.0.2"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"pushed_with_swift_version": "3.1",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/*.swift",
"frameworks": "Foundation"
}
]
}