blob: 1fb26848808b90e8b5e5ed658245f740c8db62ae [file] [log] [blame]
{
"name": "CocoaTouchFramework",
"version": "1.0.3",
"summary": "cocoa touch framework",
"description": "A sample cocoa touch framework with contains of model view controllers",
"homepage": "https://github.com/balajiaugusta/CocoaTouchFramework",
"license": "None",
"authors": {
"balajiaugusta": "gbalaji@augustasoftsol.com"
},
"source": {
"git": "https://github.com/balajiaugusta/CocoaTouchFramework.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "CocoTouchFrameOne.framework/CocoTouchFrameOne",
"resources": [
"CocoTouchFrameOne.framework/{BorderView,HomeViewController,SuccessViewController}.nib",
"CocoTouchFrameOne.framework/Info.plist"
],
"subspecs": [
{
"name": "Headers",
"source_files": "CocoTouchFrameOne.framework/Headers"
}
]
}