blob: b410523b6125e7ab42c666b901bcb4b294cda961 [file] [log] [blame]
{
"name": "CocoaTouchFramework",
"version": "1.0.5",
"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.5"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"public_header_files": "CocoTouchFrameOne.framework/Headers/CocoTouchFrameOne.h",
"source_files": "CocoTouchFrameOne.framework/Headers/CocoTouchFrameOne.h",
"resources": [
"CocoTouchFrameOne.framework/{BorderView,HomeViewController,SuccessViewController}.nib",
"CocoTouchFrameOne.framework/Info.plist"
],
"subspecs": [
{
"name": "Headers",
"source_files": "CocoTouchFrameOne.framework/Headers"
}
]
}