blob: 6b732ea48e15b1b6dd901c3b7c40720570f36aab [file] [log] [blame]
{
"name": "NowYouSeeMe",
"version": "1.0.0",
"summary": "View tracking framework for iOS",
"description": "'NowYouSeeMe is a view tracking framework written in Swift that can be attached to an instance of UIView or any of its subclasses with a single API written on UIView. Views can also add custom viewability conditions and listeners.'",
"homepage": "https://flipkart.github.io/now-you-see-me/",
"license": {
"type": "Apache, Version 2.0",
"file": "LICENSE"
},
"authors": {
"naveen-c": "naveen.c@flipkart.com"
},
"source": {
"git": "https://github.com/Flipkart/now-you-see-me.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5",
"source_files": "Source/Classes/**/*.{h,m,swift}",
"resources": "Source/**/*.{xcassets,xib,storyboard}",
"dependencies": {
"FCChatHeads": [
]
},
"swift_version": "5"
}