blob: 7514d4d7c51d38521d753ec4dd6216c20428f0b8 [file] [log] [blame]
{
"name": "Paramount",
"summary": "Like Flipboard FLEX, but allows custom action",
"version": "0.1.0",
"homepage": "https://github.com/onmyway133/Paramount",
"license": "MIT",
"authors": {
"Khoa Pham": "onmyway133@gmail.com"
},
"source": {
"git": "https://github.com/onmyway133/Paramount.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/onmyway133",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"ios": {
"source_files": "Sources/**/*",
"frameworks": [
"UIKit",
"Foundation"
]
},
"resource_bundles": {
"Paramount": [
"Sources/Paramount.bundle/*.png"
]
}
}