blob: 3ee7037ef8b8966d87c91ddc7a122b48363b2b92 [file] [log] [blame]
{
"name": "RoutableIOS",
"version": "0.0.1",
"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.1"
},
"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"
}
]
}