blob: 29af38f4d21ac79e968c4c0ebc978c446cc4cfaa [file] [log] [blame]
{
"name": "FoursquareAPIClient",
"version": "1.0.0",
"summary": "Very simple Swift networking library for Foursquare API v2",
"description": "FoursquareAPIClient is very simple Swift networking library for Foursquare API v2",
"homepage": "https://github.com/koogawa/FoursquareAPIClient",
"screenshots": "https://raw.githubusercontent.com/koogawa/FoursquareAPIClient/master/screen.png",
"license": "MIT",
"authors": {
"koogawa": "koogawa.app@gmail.com"
},
"source": {
"git": "https://github.com/koogawa/FoursquareAPIClient.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/koogawa",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "FoursquareAPIClient/*.swift",
"resource_bundles": {
"FoursquareAPIClient": [
"Pod/Assets/*.png"
]
}
}