blob: a149eca303897bb1b0f67c02913aae95b9608b1d [file] [log] [blame]
{
"name": "FrameWork1",
"version": "1.0.0",
"summary": "A three-ring control like the Activity status bars",
"description": "The three-ring is a completely customizable widget that can be used in any iOS app. It also plays a little victory fanfare.",
"homepage": "http://raywenderlich.com",
"license": "MIT",
"authors": "Raywenderlich.com Tutorial Team",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/mesrh/FrameWork1.git",
"tag": "1.0.0"
},
"source_files": "FrameWork1/**/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 2.5"
],
"JSONModel": [
]
},
"resources": "FrameWork1/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}"
}