blob: 482a679eab7148e4e6949694142416eb77e15239 [file] [log] [blame]
{
"name": "Intent",
"version": "1.0.2",
"summary": "A solution for iOS modules and components separation. You can route to viewController or perform native block with url.",
"homepage": "https://github.com/Jerry0523/Intent",
"license": "MIT",
"authors": {
"Jerry Wong": "jerrywong0523@icloud.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Jerry0523/Intent.git",
"tag": "1.0.2"
},
"source_files": [
"Intent/*.swift",
"Intent/Transition/*.swift"
],
"requires_arc": true
}