blob: f00a15dfb389b68f8504e73a60a9093d0c6a5fbc [file] [log] [blame]
{
"name": "Segway",
"version": "0.0.1",
"platforms": {
"ios": "6.1"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Segway is an open source implementation of iOS segues.",
"homepage": "https://github.com/acoomans/Segway",
"authors": {
"Arnaud Coomans": "arnaud.coomans@gmail.com"
},
"source": {
"git": "https://github.com/acoomans/Segway.git",
"tag": "0.0.1"
},
"frameworks": "UIKit",
"xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
},
"source_files": "Segway/**/*.{h,m}",
"requires_arc": true,
"exclude_files": [
"Segway/Segue/UIPopoverController+SelfRetained.h",
"Segway/Segue/UIPopoverController+SelfRetained.m",
"Segway/swizzling.h"
],
"subspecs": [
{
"name": "no-arc",
"requires_arc": false,
"source_files": [
"Segway/Segue/UIPopoverController+SelfRetained.h",
"Segway/Segue/UIPopoverController+SelfRetained.m",
"Segway/swizzling.h"
]
}
]
}